The Particle Cloud is the powerful centerpiece of the Particle platform, handling many of the most complex pieces of creating an IoT product. From robust security, to reliable infrastructure, to a flexible integrations system, the Particle Cloud has everything you need to move quickly and succeed.
Successfully installed the Particle-Agent on Raspberry Pi, logged into my Particle account and claimed my Raspberry Pi to the Particle Account. Also downloaded the mobile app onto my iPhone and connected to the Pi.
In this part of the lab I will be running a Node.js server at 127.0.0.1 port 8080 on my Raspberry Pi.
$ node -h
$ node -v
$ cd ~/iot/lesson6
$ node hello.js
$ node http.js