https://github.com/ilanddev/javascript-sdk
Javascript SDK for the iland Cloud API
https://github.com/ilanddev/javascript-sdk
cloud iland ilandcloud javascript sdk
Last synced: 5 months ago
JSON representation
Javascript SDK for the iland Cloud API
- Host: GitHub
- URL: https://github.com/ilanddev/javascript-sdk
- Owner: ilanddev
- License: bsd-3-clause
- Created: 2017-06-21T18:53:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T23:41:23.000Z (about 2 years ago)
- Last Synced: 2025-10-26T02:22:41.055Z (8 months ago)
- Topics: cloud, iland, ilandcloud, javascript, sdk
- Language: TypeScript
- Size: 31.3 MB
- Stars: 7
- Watchers: 8
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/ilanddev/javascript-sdk/tree/master) [](https://codecov.io/gh/ilanddev/javascript-sdk) [](https://www.npmjs.com/package/iland-sdk) [](https://github.com/ilanddev/javascript-sdk/blob/master/LICENSE) [](https://ilanddev.github.io/javascript-sdk)
[](https://www.iland.com)
# iland Javascript SDK
Javascript SDK for the browser and node, written in TypeScript.
Full TypeDoc reference is available [here](https://ilanddev.github.io/javascript-sdk) .
# 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=""``
``export ILAND_PASSWORD=""``
``export ILAND_CLIENT_ID=""``
``export ILAND_CLIENT_SECRET=""``
To run tests:
``npm run test``