View demo • Report bug • Request feature • DM author
An interactive AQI (Air Quality Index) checker in Python. What's the air quality in your city today?
For a live demo of the project on Replit, click here.
For a video clip demonstrating the game, click here.
- Clone the repository to your machine
git clone https://github.com/chriseborowski/quality-air
-
Sign up for a free Air Quality Open Data Platform API token here
-
Paste your API token inside the source code in line 29
api_key = "YOUR-KEY-VALUE-HERE"
- Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)
python3 quality_air.py
- Enter the desired city or location to display the air quality index (AQI) and supplemental information
Steps completed
- Initial version released
- Live demo on Replit created
- README.md description created
Steps to be completed
- Add color text support
Distributed under the MIT License. See license.txt
for more information.
Chris Borowski
Follow me @chriseborowski on GitHub • Twitter • T2 • LinkedIn • Linktree (all links)
Project repository link: Quality Air