https://github.com/stuart-williams/monzo-balance
Monzo Balance
https://github.com/stuart-williams/monzo-balance
monzo
Last synced: 3 months ago
JSON representation
Monzo Balance
- Host: GitHub
- URL: https://github.com/stuart-williams/monzo-balance
- Owner: stuart-williams
- Created: 2018-02-06T18:12:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T16:56:49.000Z (over 7 years ago)
- Last Synced: 2025-01-19T17:19:10.849Z (4 months ago)
- Topics: monzo
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-monzo - monzo-balance - Sometimes want to check your balance without out any other functionality whatsoever?? Monzo Balance is for you (Apps)
README
# Monzo Balance
Love Monzo? Sometimes want to check your balance without out any other functionality whatsoever?? Monzo Balance is for you...

## Features
View your balance!
## Installation
* Go setup a Monzo client in the [developer console](https://developers.monzo.com/)
* `git clone [email protected]:stuart-williams/monzo-balance.git`
* `npm install`
* Create the `.env` file in the project root
* `npm start`Your `.env` file must contain the following values
```
CLIENT_ID=[your client id]
CLIENT_SECRET=[your client secret]
REDIRECT_URI=http://localhost:8080/auth-redirect
SESSION_SECRET=1234
STATE_SECRET=1234
COOKIE_DOMAIN=localhost
```