v 2.0 provides a yearly comparison and consistent drill-down from years to months, days and hours.
home-performance-ang-flask is an AngularJS frontend to view home energy, temperature and water data.
Working version of master branch at: http://netplusdesign.com/
I'm running this via Vagrant on Ubuntu 18.04.
- home-performance-flask-api
- AngularJS
- Momentjs
- Highcharts
- Bootstrap
First get Node.
Then clone this repo and run:
npm installgrunt dev
I'm running this via a Vagrant box, so all tests run in a headless browser via xvfb.
npm run test
Make sure the backend is up before running these tests.
webdriver-manager startnpm run test-e2eorprotractor test/protractor.conf.js