AQI Alerts

Note: I recently updated the code for this to the OpenAQ v3 API and there might be bugs.

Get email alerts when AQI is unhealthy near you.

Set up

  1. Click Remix
  2. Change location (Line 4 in main.tsx) to describe your location. It accepts fairly flexible English descriptions which it turns into locations via nominatim's geocoder API.
  3. Click Run

Background

This val uses nominatim's geocoder to get your lat, lon, and air quality data from OpenAQ. It uses EPA's NowCast AQI Index calculation and severity levels.