Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartikeya443/weather_webapp
A Streamlit based web-app using Weather API to visualize weather data of present time and forecasting 5 days.
https://github.com/kartikeya443/weather_webapp
streamlit weather-api
Last synced: 9 days ago
JSON representation
A Streamlit based web-app using Weather API to visualize weather data of present time and forecasting 5 days.
- Host: GitHub
- URL: https://github.com/kartikeya443/weather_webapp
- Owner: kartikeya443
- License: mit
- Created: 2024-02-29T13:54:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T13:59:30.000Z (9 months ago)
- Last Synced: 2024-03-01T14:56:31.606Z (9 months ago)
- Topics: streamlit, weather-api
- Language: Python
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Run Application
1. **_Install project dependencies_**
```sh
pip install -r requirements.txt
```
2. **_Run the application_**
```sh
streamlit run main.py