Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elle-concetta/weather-application

Web application that displays the weather conditions and air quality index.
https://github.com/elle-concetta/weather-application

Last synced: about 5 hours ago
JSON representation

Web application that displays the weather conditions and air quality index.

Awesome Lists containing this project

README

        

# Weather Application
Streamlit Web application that displays the weather conditions and air quality index (Air Visual). Use the terminal commands to install the following:
```console
pip install streamlit-folium
```
```console
xcode-select --install
```
```console
pip install watchdog
```
Use the terminal command to view web application:
```console
streamlit run app.py
```