Hi fam,
The main reason I got my airgradient outdoor was to assess the outside air quality. We live somewhat close to an industrial area and the wind patterns show air moving from there and to our residential area at night times. Airgradient has verified our concerns. I build a semi-automated way to post stats to twitter when the air quality is bad, which I am using to ping various government authorities about the situation (as there are no government owned air sensors here).
I use the airgradient API to get and parse data for a specific (user input) date and time range, and the Twitter API with a free developer account to post the data.
This is what it looks like:
I know this is probably redundant as the various maps already show the data but I wanted to have a way to highlight specific data for a certain time range and put it up for posterity, and for certain people to see and with a nice summary in multiple languages (for us it’s Greek and English).
Is there any interest here for this? I could move the api parameters (keys) to a .json file (to prepare for general use) and put something up on github. Let me know if that’s the case, and have a good one!