This is a web app leveraging the monzo API.
Make sure you have node with yarn or npm, and Sass installed on your system.
In the root directory run yarn
.
Register a client at this page with the redirect URL set to http://localhost:3000/int.html
. Note your clientId
and clientSecret
.
Open /src/js/const.example.js
and add your id and secret from the previous step.
Rename the file const.js
.
yarn serve
from the project root.
yarn build
from the project root.