Node.js hosts a simple webpage that reads the temperature from a probe thermometer hooked to a bluz board. This is just a sample project, not meant for production or real usage.
Code is not fully tested. Code is not production quality. It is just an example for a demo project
##To run:
- Clone the repository
- Add your access_token to line 29 in page/index.html
- Run
$ node server.js
- Open localhost:8080 in your browser
- Power on bluz and hook it to the grill thermometer circuit
- Watch the temperature readings update on your screen!