Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 394 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 394 Bytes

WeatherStationAPI

API for Raspberry Pi Pico W powered weather stations with data preview dashboard


Production Setup

  1. Clone this repo.
  2. Generate .env config file and change config values.
python3 generate_dotenv.py
  1. Run docker container.
sudo docker compose up -d

Tests

Run tests:

pytest -v tests/