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
$ npm install ibmiotf --save
$ npm install rpi-dht-sensor --save
{ "name": "IBM-IoT-Device", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo "Error: no test specified" && exit 1" }, ...