Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomwright/monzoroundup
https://github.com/tomwright/monzoroundup
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomwright/monzoroundup
- Owner: TomWright
- Created: 2018-05-08T21:05:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-11T16:49:28.000Z (over 6 years ago)
- Last Synced: 2024-10-04T02:41:19.436Z (about 1 month ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Monzo Round Up
Rounds up purchases to the nearest whole number and deposits that remainder to a RoundUp pot.
# Instructions
## Build the binary
```
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
go get github.com/tomwright/monzoroundup
cd $GOPATH/src/github.com/tomwright/monzoroundup
dep ensure
cd cmd/roundup
go build -i -o $GOPATH/bin/roundup
```## Start the server
```
roundup aaa bbb mydomain.com:8080
```Where:
- `aaa` is your oauth client id
- `bbb` is your oauth client secret
- `mydomain.com:8080` is your bind address