A small script for Up bank users that lists your accounts, balances and recent transactions.
- Install the latest stable release of Deno
- Setup your Up Personal Access Token
- Copy
.env.example
to.env
- Edit
.env
and set appropriate values for each variable - Create the
public
subdirectory:mkdir public
deno task cli
deno task server
Then open localhost:8001 in your web browser.