Building a web app to view stats about the current energy market in the UK Program uses the following packages:
- django to build the web app
- plotly for the visualization
- requests for API calls to the national grid energy viewer
The API calls are made to the UK National Grid's API
TO DO
- Make an emissions intensity viewer
- Integrate with wholesale electricity prices
- Integrate with weather map API (e.g. windy)