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 clonethis 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
buildwebpack deployment scriptwatchwebpack dev server scripttestrun all tests with karmatest-watchrun tests on fs changes