Monzo.Locations is an application based on the Monzo API to provide visualisations on transactional data.
- Clone the Repository
- Set up the Environment Variables
export MONZO='<access_token>'
export GOOGLEAPI='<google_maps_api_key>'
You can get your Monzo Access Token from here and Google Maps JavaScript API key from here.
Currently the project only supports access token authentication for the monzo API. This is because I was having some difficulty setting up the authentication with the OAUTH2 service since I do not have anywhere to host the redirect url.
- Launch the
Monzo.Locations.Web
application. If you are launching from Visual Studio on Mac then please take into account this issue.
If all is well then you should see the following landing screen. Notice the Authenticated sign on the top right corner.
Then all you need to do is enter the range in which you want to see transactions and click Retrieve
. Please note that the application will filter out any transactions marked as 'online' as I only want to see physical transactions.
Once you have some transactions loaded, you can scroll down to view more detailed information about them.
This project has no affiliation with Monzo themselves. I am merely a sole developer making use of the API that they provide.