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

Flask API for handling weather data from PicoWeatherStations

Notifications You must be signed in to change notification settings

zNitche/WeatherStationAPI

Repository files navigation

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/

About

Flask API for handling weather data from PicoWeatherStations

Resources

Stars

Watchers

Forks