Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elle-concetta/weather-application
- Owner: elle-concetta
- Created: 2023-10-25T03:27:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T08:07:45.000Z (12 months ago)
- Last Synced: 2023-11-24T09:25:22.375Z (12 months ago)
- Language: Python
- 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
```