aqi_monitor/backend/flask/app
2021-03-26 14:15:45 +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_pm.py standard good-bad colors through front and backend 2021-03-21 16:58:56 +07:00
graph.py improved readability in last-7.png with better date format 2021-03-26 14:15:45 +07:00
table_export.py reduced to last 7days for better layout 2021-03-22 19:35:45 +07:00
views.py creating json file in backend to populate year comp table 2021-03-20 09:29:08 +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