Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 569 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 569 Bytes

Road Trip Weather

Receive driving directions and weather within the same app.

  • Use MapKit to get driving directions between 2 points
  • Use Weather API (Weather Underground or similar service) to query for weather from lat/long coordinates or other city info I can get from MapKit
  • Display weather information in Map annotations and/or TableView
  • Let user choose from multiple routes
  • Export route to a better map service (Waze and/or Google Maps)

Stretch Goals

  • Be able to change time leaving for road trip
  • Be able to tell how long layover if/when stopping