You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
After talking on the slack server, we decided that the app should have a main view that is consisted of smaller partial views that show the current forecast, hourly, 5 day and 10 day forecast. This specific issue is to track the partial view for the hourly forecast.
Issue entails making the API connection to NWS with coordinates (use test coordinates for now), pulling the hourly forecast ( https://api.weather.gov/points/{point}/forecast/hourly) and displaying it in a view. Nothing fancy yet, just display the text.
API reference page: https://www.weather.gov/documentation/services-web-api
The text was updated successfully, but these errors were encountered:
After talking on the slack server, we decided that the app should have a main view that is consisted of smaller partial views that show the current forecast, hourly, 5 day and 10 day forecast. This specific issue is to track the partial view for the hourly forecast.
Issue entails making the API connection to NWS with coordinates (use test coordinates for now), pulling the hourly forecast ( https://api.weather.gov/points/{point}/forecast/hourly) and displaying it in a view. Nothing fancy yet, just display the text.
API reference page: https://www.weather.gov/documentation/services-web-api
The text was updated successfully, but these errors were encountered: