Fliqr created a Particle account and installed the particle agent on their Rasberry Pi. The Particle mobile client was installed on an Android phone which was then used to control the D7 LED with the digitalWrite() function. The Raspberry Pi was paired with the Particle client via a Local-Area-Network connection. From within the app, the D7 LED was changed from high to low.
The team installed Node.js and NPM on the Raspberry Pi, making sure that both softwares were up-to-date. The team then ran a Node.js server on the Raspberry Pi at http://127.0.0.1 on port 8080. The hello.js file was ran using node.js which resulted in a "Hello World" message in the browser. The http.js file was then ran which stated the number of times that the page was refreshed in both the broswer and command line.