Scripts downloading air quality data from Airly.
- Create file
Airly_API.jsoncontaining your Airly API key(s) in a json array (eg.[ "<API key>" ]) - Save list of sensors to query in
sensors_list.json(as a JSON list of objects with at least'id'field) - Run
python get_measurements.pyto download and save current measurmenets - Run
python plot_charts.pyto plot all charts and animations, orpython plot_charts.py <arg> [<args>]to plot only selected charts.
View measurement data on flatgithub.com/PKopel/AirQual

