0.0.1-alpha.6 • Published 5 years ago

@iotize/device-config.js v0.0.1-alpha.6

Weekly downloads
-
License
LICENSE
Repository
github
Last release
5 years ago

IoTize device Config

Model and parsers for IoTize Configuration file.

Installation

Browser

Download latest version or use this link to load from jsdeliver.

<script src="https://cdn.jsdelivr.net/npm/@iotize/device-config.js@latest/dist/iotize-device-config.min.js"/>

npm

npm install @iotize/device-config.js

Usage

// Library name: IoTizeDeviceConfig
let IoTizeConfigModel = new IoTizeDeviceConfig.Model.IoTizeConfigModel(yourConfigAsJson);

// ...

Typings

Typings are provided with the library.

import { IoTizeConfigModel } from "@iotize/device-config.js/model";

// ...

For more informations, read the documentation.