/quality-air

An interactive AQI (Air Quality Index) checker in Python. What's the air quality in your city today?

Primary LanguagePythonMIT LicenseMIT

Quality Air

View demoReport bugRequest featureDM author

Live demo

About

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.

Getting started

  1. Clone the repository to your machine

git clone https://github.com/chriseborowski/quality-air

  1. Sign up for a free Air Quality Open Data Platform API token here

  2. Paste your API token inside the source code in line 29

api_key = "YOUR-KEY-VALUE-HERE"

  1. Run the code in your preferred code editor (e.g., VSCode) or Terminal/Bash window (sample code below)

python3 quality_air.py

  1. Enter the desired city or location to display the air quality index (AQI) and supplemental information

Roadmap

Steps completed

  • Initial version released
  • Live demo on Replit created
  • README.md description created

Steps to be completed

  • Add color text support

License

Distributed under the MIT License. See license.txt for more information.

Contact

Chris Borowski

Follow me @chriseborowski on GitHubTwitterT2LinkedInLinktree (all links)

Project repository link: Quality Air