Skip to content

nickramsbottom/monzo-web-app

Repository files navigation

Monzo Web App

This is a web app leveraging the monzo API.

Initial local steps

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.

Run a development server

yarn serve from the project root.

Build the project

yarn build from the project root.

About

A monzo api client written with vanilla javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published