aqi_monitor/backend/flask/app
2021-02-22 10:33:24 +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_insert.py values get stored into postgres now 2021-02-18 23:42:42 +07:00
views.py restructured how data subdomain serves air.json to main domain by mounting the dyn folder directly into the main docker container, by that avoiding any CORS complications. 2021-02-22 10:33:24 +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