Skip to content

akhilerm/eywa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eywa

Generate UPI Payment request for pending balances in splitwise

How to use

  1. Generate Splitwise API key by registering here
  2. Use the prebuilt docker image to start the server
docker run -e SPLIT_KEY=<splitwise_API_key> akhilerm/eywa:latest eywa start <your_VPA_address> \
    --name "Your Name"
  1. 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 .

About

Generate UPI Payment request for pending balances in splitwise

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published