The program will provide different Air Quality information base on a zip code. You can get your key API from there TOKEN
- 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
Project is created with:
- Python version: 3.8
To run this project, install it locally using pip:
$ pip install geopy
or
$ pip3 install geopy
- 3.0
- Update the whole data structure
- 2.0
- Update major bug, and improve the user interfaces
- 1.0
- New Release
This project is licensed under the MIT License - see the LICENSE file for details