Chargepoint Notifier
A very simple nodejs program that keeps scraping charge point station status and notify when there is avalaible charge station using boxcar.
Install
$ npm install -g chargepoint-notifier
Chargepoint notifier depends on Node.js and npm.
Usage
You need to register a chargepoint account and obtain a boxcar access token before using this app. Then create a .chargepoint.json in the user home directory with the following content.
Start the application by running the following command.
$ chargepoint-notifier
You can access the chargepoint notifier webapp by browsing http://localhost:3000.