Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomwright/monzoroundup


https://github.com/tomwright/monzoroundup

Last synced: 19 days ago
JSON representation

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