aqi_monitor/backend/flask/app
2021-02-24 11:52:25 +07:00
..
__init__.py minimum viable product 2021-02-16 10:40:22 +07:00
aqi_parser.py added some error checking if pm2.5 value read out fails on esp8266 2021-02-19 10:10:28 +07:00
db_connect.py rewrote db_insert to db_connect to make the connection functions reusable for other queries 2021-02-22 20:02:07 +07:00
graph.py daily export three graphs with values from last three days 2021-02-24 11:52:25 +07:00
views.py daily export three graphs with values from last three days 2021-02-24 11:52:25 +07:00
weather.py added secondary call to openweathermap api for additional weather data to be return from main route 2021-02-16 15:20:26 +07:00