Terrance / Mondash

A web dashboard for Monzo banking.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mondash

A web dashboard for Monzo banking.

Requirements

Configuration

Use the following environment variables:

  • CLIENT_ID
  • CLIENT_SECRET
  • CLIENT_HOST

Client ID and secret belong to the OAuth client. Host is the full URL of the app, as seen from the browser.

You'll need to add $CLIENT_HOST/callback as a redirect URL for your client.

Startup

$ python -m aiohttp.web -P $PORT mondash.app:init_app

Then open http://localhost:$PORT in your browser.

About

A web dashboard for Monzo banking.


Languages

Language:JavaScript 87.6%Language:Jinja 6.0%Language:Python 3.8%Language:CSS 2.6%