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