A small Webserver recieving temperature and other weather data that stores them in a sqlite database and provides a REST-API to access them
Go to file
2026-06-28 14:15:48 +02:00
.idea Stations 2026-06-28 14:15:24 +02:00
models Stations 2026-06-28 14:15:24 +02:00
services Stations 2026-06-28 14:15:24 +02:00
.gitignore UPD: gitignore 2026-06-28 14:15:48 +02:00
db.py Stations 2026-06-28 14:15:24 +02:00
LICENSE Initial commit 2026-06-28 11:08:03 +00:00
main.py Stations 2026-06-28 14:15:24 +02:00
README.md Initial commit 2026-06-28 11:08:03 +00:00
test_main.http Stations 2026-06-28 14:15:24 +02:00

WetterstationServer

A small Webserver recieving temperature and other weather data that stores them in a sqlite database and provides a REST-API to access them