aqi_monitor/backend/flask/app
2021-02-23 14:36:29 +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 making the build and write plt functions reusable 2021-02-23 14:36:29 +07:00
views.py creating plot of last 3h values with pandas and matplotlib 2021-02-23 12:09:26 +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