IoTize Device client for Javascript
See CHANGELOG.
Download latest version or use this link to load from jsdeliver.
``html`
`bash`
npm install @iotize/tap
`javascript
// Library name: IoTizeDeviceClient
let iotizeDevice = IoTizeDeviceClient.Device.IoTizeDevice.create();
// ...
`
Typings are provided with the library.
`typescript
import { IoTizeDevice } from '@iotize/tap/device';
// ...
``
For more informations, read the documentation.