aqi_monitor/backend/flask/app
2021-03-20 09:29:08 +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 backend creating bar chart for hourly avg aqi values 2021-03-08 12:40:16 +07:00
graph.py small graph title improvements, fontsize 2021-03-07 12:05:43 +07:00
table_export.py creating json file in backend to populate year comp table 2021-03-20 09:29:08 +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