This project provides code samples of common usages with asteroid-sdk-js
.
To access to the latest implementation, you can reference to the git repository directly:
$ npm install --save git://github.com/moonlight-io/asteroid-sdk-js.git#develop
Refer to self-documented code examples in /examples
directory of this project.
For the most basic example to check if package is installed correct, its reference and network connectivity:
/examples/js/rest/user/version.js