Scripts downloading air quality data from Airly.
- Create file
Airly_API.json
containing 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.py
to download and save current measurmenets - Run
python plot_charts.py
to plot all charts and animations, orpython plot_charts.py <arg> [<args>]
to plot only selected charts.
View measurement data on flatgithub.com/PKopel/AirQual