Skip to content

The program will use an API to provide different Air Quality information based on a zip code.

License

Notifications You must be signed in to change notification settings

chrisdedman/air_quality

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air Quality Project

The program will provide different Air Quality information base on a zip code. You can get your key API from there TOKEN

The informations are:

  • The location of the monitoring station
  • The dominant pollutant
  • The current AQI (air quality index)
  • Ozone, PM10, PM2.5, UV Index information for the current day, the previous two days, and a 5 day forecast
  • Information includes average, min, and max

Technologies

Project is created with:

  • Python version: 3.8

Setup

To run this project, install it locally using pip:

$ pip install geopy

or

$ pip3 install geopy

Author

Version History

  • 3.0
    • Update the whole data structure
  • 2.0
    • Update major bug, and improve the user interfaces
  • 1.0
    • New Release

License

This project is licensed under the MIT License - see the LICENSE file for details

About

The program will use an API to provide different Air Quality information based on a zip code.

Resources

License

Stars

Watchers

Forks

Languages