Skip to content

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

License

Notifications You must be signed in to change notification settings

chriseborowski/quality-air

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages