Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 540 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 540 Bytes

TrueLayer balance checker

Example app showing how to use TrueLayer Data API v1 to retrieve the balance of your account.

Requirements

  • Python 3.7
  • pipenv

Installing the dependencies

We use pipenv to manage the application. If you don't have it installed, please have a look here on how to do it.

Run make install to install the dependencies.

Running the app

Type make run to start the application. You can then visit http://localhost:5000/signin to start playing with it.

Have fun!