API for Raspberry Pi Pico W powered weather stations with data preview dashboard
- Clone this repo.
- Generate
.env
config file and change config values.
python3 generate_dotenv.py
- Run docker container.
sudo docker compose up -d
Run tests:
pytest -v tests/