aqi_monitor/backend/flask/app
2021-03-05 14:29:56 +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 rebuild the last_7 graph to add a daily avg ax 2021-03-05 14:29:56 +07:00
views.py added last-7 days graph to backend 2021-02-27 15:10:23 +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