Electricity consumption forecasts for a changing climate. Modeled on Irish energy data at the GE Minds+Machines hackathon.
https://powertechnician.run.aws-usw02-pr.ice.predix.io/demo
Install the Node.js dependencies with:
$ npm install
Install the Python dependencies with:
$ pip install -r requirements.txt
You'll also need a running RabbitMQ instance.
Point to your RabbitMQ instance with the MSGFLO_BROKER
environment variable.
To start the local dev server, run:
$ npm start
If you want to live program the NoFlo graph, run:
$ npm run dev
Then open the URL shown on console.
Tests are written in Mocha and located in the spec/
folder.
Run:
$ npm test