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
- Host: GitHub
- URL: https://github.com/truelayer/balance-checker
- Owner: TrueLayer
- License: mit
- Created: 2020-07-15T17:36:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T18:13:04.000Z (almost 3 years ago)
- Last Synced: 2024-12-19T13:28:36.244Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 3
- Watchers: 23
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!