Skip to content

Monzo.Locations is an application based on the Monzo API to provide visualisations on transactional data.

License

Notifications You must be signed in to change notification settings

kristianelliott80/Monzo.Locations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monzo.Locations 🚀 cibadge

Codacy Badge License: MIT

Monzo.Locations is an application based on the Monzo API to provide visualisations on transactional data.

Setup

  1. Clone the Repository
  2. 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.

  1. Launch the Monzo.Locations.Web application. If you are launching from Visual Studio on Mac then please take into account this issue.

Examples

If all is well then you should see the following landing screen. Notice the Authenticated sign on the top right corner.

Landing

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.

Global Example

GlobalExample

Local Example

LocalExample

Transaction Table Example

Once you have some transactions loaded, you can scroll down to view more detailed information about them.

Transaction Table example

This project has no affiliation with Monzo themselves. I am merely a sole developer making use of the API that they provide.

About

Monzo.Locations is an application based on the Monzo API to provide visualisations on transactional data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.4%
  • JavaScript 15.5%
  • CSS 2.0%
  • Classic ASP 0.1%