Spot market home consumption calculator https://pricepower2.rostiapp.cz/docs
Find a file
Adam Štrauch e24522be20
All checks were successful
Build a dev image / build (push) Successful in 4s
Update release pipeline
2025-10-25 02:06:08 +02:00
.github/workflows Update release pipeline 2025-10-25 02:06:08 +02:00
.vscode Fix calculation of spot price 2024-08-18 00:16:11 +02:00
calculator History in widget 2025-10-06 14:39:18 +02:00
.gitignore Dockerfile 2025-10-25 01:36:17 +02:00
Dockerfile Dockerfile 2025-10-25 01:36:17 +02:00
LICENCE Licence + fixes 2024-08-08 10:36:30 +02:00
README.md README update 2024-08-08 01:34:21 +02:00
requirements.txt Initial commit 2024-08-08 01:31:21 +02:00
Taskfile.yml Dockerfile 2025-10-25 01:36:17 +02:00

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