A web application to display weather updates
- 5 day weather forecast
- Impending Weather changes
- Weather Graph
- Sunrise and sunset times
- CLoud Coverage
- Wind Speed
- Python
- Streamlit
- Plotly
- Python Open Weather Map API
Git clone this repository.
Sign up on OpenWeather
and place your free API KEY in the variable API_KEY in weather_app.py
pip install -r requirements.txt
This installs all the dependencies on your computer using the terminal
streamlit run weather_app.py
now your app is up and running
while running locally run
python setup.pybefore first run
Distributed under the MIT License. See LICENSE for more information.