personal-heating-manager
A personal heating manager system with Arduino and Raspberry Pi.
Prerequisites
Install the Bower package manager:
$ npm install -g bower
Install the Gulp task manager:
$ npm install gulp -g
Getting up and running
$ npm install
$ npm start
Node.js and MongoDB on Raspberry Pi
Following are the resources I used to get up and running with Node.js and MongoDB on top of my RaspberryPi B+.
For Node.js: http://node-arm.herokuapp.com/
For MongoDB: http://c-mobberley.com/wordpress/2013/10/14/raspberry-pi-mongodb-installation-the-working-guide/