A scraper to get some insights of your Bonsai account.
- Displays the income that can be billed at the next billing day
- Displays the pending income that has been billed, but is not paid yet
- clone this repo
cd
into the project directory- run
npm install
- copy
config.example.js
toconfig.js
- set your Bonsai (app.hellobonsai.com) username and password in
config.js
- run
node index.js
....................................
. GETTING DATA FROM BONSAI .
....................................
. .
. REPORT .
. .
. Invoice due : 9344 USD
. Invoice drafted : 7236 USD
. Not on invoice yet : 431 USD
. .
. .
....................................
. LOGGED OUT FROM BONSAI .
....................................