moguejiofor / Juniper

A scraper to get some insights of your Bonsai data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Juniper Bonsai

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

Setup

  1. clone this repo
  2. cd into the project directory
  3. run npm install
  4. copy config.example.js to config.js
  5. set your Bonsai (app.hellobonsai.com) username and password in config.js
  6. run node index.js

Demo output

....................................
.     GETTING DATA FROM BONSAI     .
....................................
.                                  .
.             REPORT               .
.                                  .
. Invoice due          :  9344 USD
. Invoice drafted      :  7236 USD
. Not on invoice yet   :  431 USD
.                                  .
.                                  .
....................................
.      LOGGED OUT FROM BONSAI      .
....................................

About

A scraper to get some insights of your Bonsai data


Languages

Language:JavaScript 100.0%