Check your Monzo account from your browser
- Install Node.js & npm
git clone https://github.com/robcalcroft/monzoweb && cd monzoweb
Clone the repo and move into the directorynpm install
Install dependencies- Create a
.env
file using.env-sample
and insert your Monzo OAuth credentials where the***
's are. For the redirect URI, it should look like:http://<HOST>:<PORT>/callback
. You'll also need a Google Maps JavaScript API key, available from https://developers.google.com/maps/documentation/javascript/get-api-key
NODE_ENV=production npm run build
NODE_ENV=production npm start
Then recommend using something like PM2 to run this in the background for you
npm start
npm run lint
*Only the owner of the Monzo OAuth credentials can sign in using their Monzo account to any OAuth app. This is a constraint from Monzo whilst it is still in beta.