Monday 19 October 2015

MEAN

I thought it would be cool to display a graph of the temperature of the beer on a website, to do this I decided to use AngularJS.

Obviously I also need log the temperature in a database of some sort so as I was using Angular I may as well use MongoDB.

This naturally led to me using Node for the server side stuff and the web server itself.

Check out the project on Github

https://github.com/andye456

This is a screen shot from the temperature probe, which is currently in my outdoor bar monitoring the temperature.



Whilst I was at it I made another one to monitor my external internet connectivity status by pinging google.com every 5 seconds.