1.0.1 • Published 6 years ago

iland-sdk v1.0.1

Weekly downloads
4
License
BSD
Repository
github
Last release
6 years ago

CircleCI Codecov npm License Documentation

alt text

iland Javascript SDK

Javascript SDK for the browser and node, written in TypeScript.

Full TypeDoc reference is available here .

Developers

Required:

x NodeJS >=6.2.2

Clone repo then execute: yarn install or npm install

Tests

For tests you'll have to add following environment variables, you can add them to your bash_rc ou bash_profile file:

export ILAND_USERNAME="<Production_username>"

export ILAND_PASSWORD="<Production_password>"

export ILAND_CLIENT_ID="<Client_ID>"

export ILAND_CLIENT_SECRET="<Client_secret>"

To run tests:

yarn test or npm run test