This is bound to undergo multiple changes in the future, however, the provided program performs the basic required functionality
This is a Dash application that displays the Air Quality Index (AQI) for a given location.
- Enter a location to fetch the AQI data.
- Displays the AQI.
- Displays the levels of different pollutants.
- Clone this repository:
git clone https://github.com/yourusername/yourrepository.git
- Navigate to the project directory:
cd yourrepository
- Install the required Python packages:
pip install -r requirements.txt
- Run the Dash app:
python fetch_data.py
- Open a web browser and navigate to
http://127.0.0.1:8050/
.