Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elle-concetta/weather-application
- Owner: elle-concetta
- Created: 2023-10-25T03:27:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T08:07:45.000Z (about 1 year ago)
- Last Synced: 2024-11-18T16:42:03.375Z (2 months ago)
- Topics: api, python, streamlit, watchdog, xcode
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```