Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 501 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 501 Bytes

OESDK

full workflow

This is the Javascript SDK for the Open Energi API.

To see examples of how to use this SDK please go to the spec folder at spec/.

Install

You can include this SDK in your NPM dependencies with a command like this:

npm install git+https://github.com/openenergi/js-oesdk.git#${COMMIT_ID}

where COMMIT_ID could track any commit in the git history of this repository.