Spot market home consumption calculator
https://pricepower2.rostiapp.cz/docs
.vscode | ||
calculator | ||
.gitignore | ||
LICENCE | ||
README.md | ||
requirements.txt | ||
Taskfile.yml |
Home energy calculator of spot market prices
This project is an API that provides endpoints to give you easily processable data from Czech spot market.
To run it yourself run this:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
fastapi dev calculator/main.py --reload