chargepoint-notifier

0.1.4 • Public • Published

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.

{
    "username": "<chargepoint_username>",
    "password": "<chargepoint_password>",
    "lat": <latitude>,
    "lng": <longitude>,
    "latDelta": <latitude_delta>,
    "lngDelta": <longitude_delta>,
    "boxcarToken": "<boxcar_token>",
    "boxcarUrl": "<boxcar_notification_url>"
}

Start the application by running the following command.

$ chargepoint-notifier

You can access the chargepoint notifier webapp by browsing http://localhost:3000.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i chargepoint-notifier

Weekly Downloads

11

Version

0.1.4

License

MIT

Last publish

Collaborators

  • sarosia