Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 805 Bytes

File metadata and controls

26 lines (17 loc) · 805 Bytes

Firebase Neopixel Web demo

This demo console shows you how to synchronize data from the web to a device.

Installation

The demo uses Bower and Polymer to simplify the UI and dependencies of the project.

For Bower, you need to install Node.js. After node is installed, install the Bower package by calling:

npm install -g bower

After Bower is installed, you are ready to update the project dependencies with Bower by running:

bower install

With the dependencies set, serve the www folder from a web server. For example, you can use the Python Simple HTTP server module by running:

python -m SimpleHTTPServer [port]

With the web server running, navigate to /web-demo.html and you should see the demo load.