An open API service indexing awesome lists of open source software.

https://github.com/truelayer/balance-checker

Sample app to get account balances
https://github.com/truelayer/balance-checker

Last synced: 7 months ago
JSON representation

Sample app to get account balances

Awesome Lists containing this project

README

          

# 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](https://docs.pipenv.org/) 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!