Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 561 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 561 Bytes

Code Examples for asteroid-sdk-js

This project provides code samples of common usages with asteroid-sdk-js.

Installation

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

Get Started

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