April 2018
Intermediate to advanced
332 pages
8h 5m
English
Now we will set up the app and write the required code:
$ npm init -y
Along with this, we are going to install the azure-iot-device (https://www.npmjs.com/package/azure-iot-device) and async modules (https://www.npmjs.com/package/async). Execute the following command:
$ npm install azure-iot-device-mqtt azure-iot-device async --save