Dashboard Page - User Story #9
Closed this issue · 0 comments
jonathanmpope commented
As a user when I visit the dashboard, I want see the 10 day forecast so that I know if I can see my satellites when pass over me.
- Consume weather API call based on users location
- Location will be calculated via API address (rails method) and geocoder gem function (turns API into latitude and longitude). Save these to the user session.
- Display weather for the next 10 days, specifically when it will be clear or not (to view satellites)