/javascript-sdk

Javascript SDK for the iland Cloud API

Primary LanguageTypeScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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: 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:

npm run test