piggi is an integration to the sbanken api
Set the following env`s:
- SSN - Your own social security number
- SBANKEN_CLIENT_ID - clientId obtained from Sbanken
- SBANKEN_SECRET - password obtained from Sbanken
- ACCOUNT_ID - accounts you want to retrieve details for
Run:
$ npm install
Start the Express server on your local machine
Run:
$ npm run dev
Access the local server http://localhost:3001