Skip to content

A simple National Weather Service forecast application that mimics NWS weather.gov website

License

Notifications You must be signed in to change notification settings

abtawfik/nws_weather_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast App

This repo contains a simple weather application that uses NWS (National Weather Service) data to display the standard 5-day forecast in under 100-lines of code.

To Run this app:

After cloning the repo install all the dependencies

pip install -r requirements.txt

And then launch the application locally. This is a streamlit app so once you've installed the dependencies just run this command

streamlit run main_app.py

This should open your browser automatically and you should see a page that looks like this example_page

Props

Very big thanks to Streamlit for making such an amazing and easy to use dashboard creation framework. I am not affiliated with streamlit but I strongly encourage using it. Check them out here.

About

A simple National Weather Service forecast application that mimics NWS weather.gov website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published