This app leverages the eGauge home energy monitor API to create a mobile-friendly quick visualizer to give an overview of solar production and electricity consumption.
Built with React.js Leverages chart.js for data visualization
git clone
this repositorynpm i
- set your eGauge ID as the environment variable
EGAUGE_ID
, or use dotenv to do it for you. - if using dotenv, use the format
EGAUGE_ID=XXXXXX
karma test runner
build
webpack deployment scriptwatch
webpack dev server scripttest
run all tests with karmatest-watch
run tests on fs changes