Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akhilerm/eywa
Generate UPI Payment request for pending balances in splitwise
https://github.com/akhilerm/eywa
splitwise splitwise-api upi upi-integration upi-payment
Last synced: about 2 months ago
JSON representation
Generate UPI Payment request for pending balances in splitwise
- Host: GitHub
- URL: https://github.com/akhilerm/eywa
- Owner: akhilerm
- License: apache-2.0
- Created: 2022-03-02T13:51:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T14:27:28.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T12:32:47.862Z (3 months ago)
- Topics: splitwise, splitwise-api, upi, upi-integration, upi-payment
- Language: Go
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eywa
Generate UPI Payment request for pending balances in splitwise### How to use
1. Generate Splitwise API key by registering [here](https://secure.splitwise.com/apps)
2. Use the prebuilt docker image to start the server
```
docker run -e SPLIT_KEY= akhilerm/eywa:latest eywa start \
--name "Your Name"
```
3. The URL shortening server is started by default at port `:8080`. The server can be disabled by setting
`--server=false` in the command line.### Build
Multistage docker build is used to build the image
```
docker build -t akhilerm/eywa:latest .
```