al-ko
v0.3.0
Published
Wrapper for AL-KO Smartcloud API
Readme
al-ko
Wrapper for AL-KO Smart Cloud API
You need a valid Access Token to perform any action!
Installation
npm install al-ko --saveUsage
Read all Devices/Things the user has access to:
const alko = require('al-ko');
const myThings = alko.getThings(token);Background Information
Uses axios library to perform the requests.
Swagger API Description: https://alko-api-documentation.s3.eu-central-1.amazonaws.com/api_service.html
