Skip to content

ainsleyoc/EnertivAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%