A basic streamlit application to demonstrate interactions with the National Weather Service API.
pip install -r requirements.txt
streamlit run nws_app.py
- Point browser at http://localhost:8501/
A basic streamlit application to demonstrate interactions with the National Weather Service API.
pip install -r requirements.txt
streamlit run nws_app.py