PricePower/README.md
2024-08-08 01:34:21 +02:00

13 lines
311 B
Markdown

# 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
```