@iotize/tap
v2.27.0
Published
IoTize Device client for Javascript
Downloads
10,821
Readme
IoTize Device Client
See CHANGELOG.
Installation
Browser
Download latest version or use this link to load from jsdeliver.
<script src="https://cdn.jsdelivr.net/npm/@iotize/tap@latest/dist/iotize-device-client.min.js" />
npm
npm install @iotize/tap
Usage
// Library name: IoTizeDeviceClient
let iotizeDevice = IoTizeDeviceClient.Device.IoTizeDevice.create();
// ...
Typings
Typings are provided with the library.
import { IoTizeDevice } from '@iotize/tap/device';
// ...
For more informations, read the documentation.