##Repository showing usage of the Enertiv API.
####API documentation found here
enertiv.js is a node module, wrapping OAUTH2 authentication, saving access tokens, and API calls. It has no dependencies;
withRequest shows how 'enertiv.js' looks when using the Request node module
examples shows a basic Express app that uses the module to query info from the API.
Original 'client.js' version was developed by Tom Igoe, which also lives here. The updated code here is based off of his initial work, and developed in collaboration with him.