A data dashboard for HOME.
The only tricky bit is getting npm installed. npm is installed as part of Node.js. However, instructions for installing Node vary by operating system.
For example, most Mac or Windows users will probably want to install Node via one of the installers from nodejs.org.
Most Linux users will probably want to use their system's own package manager to install Node. Have a look at Installing Node.js via package manager. As of this writing (2015-05-04), the current version of Node.js is 0.12.2.
Once npm is installed, installing grunt and bower is just:
npm install -g bower grunt-clinpm install
bower installhome-dashi expects two data files, app/data/domestic.csv and app/data/non-domestic.csv.
These files are not included in the GitHub repo, for data privacy reasons.
You're done!
Run a live-reloading server:
grunt serveOr, build home-dashi to the dist/ directory, which you can then point your browser to:
gruntIf you want to edit your copy of the dashboard, you'll probably want to have a look at app/index.html and app/scripts/main.js