##Repository showing usage of the Enertiv API.
####API documentation found here
client.js is an executable script, wrapping OAUTH2 authentication, saving access tokens, and calling the '/api/client/' route
client_Module.js is a node module, wrapping OAUTH2 authentication, saving access tokens, and API calls. It has no dependencies;
withRequest shows how the 'client_Module.js' file looks when using the Request node module
examples shows a basic Express app that uses the 'client_Module' or the Request version 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.