1.0.2 • Published 4 years ago

node-juicenet v1.0.2

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

node-juicenet

Version License Downloads

An unofficial Node client for enel-X's JuiceNet API

Instructions

In order to use this client, you will need your JuiceNet API token.

  1. Login to the JuiceNet portal.
  2. Navigate to your User Profile.
  3. You should find your JuiceNet API token there.

With the API token in hand, you can now call the getDevices (or getDevicesAsync) function to fetch a list of EVSE devices registered to your JuiceNet account. For each device on the account, the response will include another token that is specific to that charger. These two tokens (API and charger) will be needed for all other function calls.