/js-oesdk

This is a Javascript SDK to easily interact with the Open Energi API via JSON objects

Primary LanguageJavaScriptMIT LicenseMIT

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.