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 current forecast.
Issue entails making the API connection to NWS with coordinates (use test coordinates for now), pulling the current forecast (in the properties returned, look for "shortForecast") and displaying it in a view. Nothing fancy yet, since we're still figuring out how we want everything displayed just display the text.
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 current forecast.
Issue entails making the API connection to NWS with coordinates (use test coordinates for now), pulling the current forecast (in the properties returned, look for "shortForecast") and displaying it in a view. Nothing fancy yet, since we're still figuring out how we want everything displayed just display the text.
The text was updated successfully, but these errors were encountered: