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

A Streamlit web application with a weather API that displays the weather conditions and air quality index.
https://github.com/elle-concetta/weather-application

api python streamlit watchdog xcode

Last synced: 11 days ago
JSON representation

A Streamlit web application with a weather API 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
```