jenross/event-search

Grab flight info

Closed this issue · 0 comments

How do I get there?

As a user, I want to find a flight to the location of the event quickly.

Implementation Criteria

  • Get location data from selected event (seatgeek results)
  • Add that location to query URL for flight api
  • Get user's current location (where they will be flying from)
  • Add current location to query URL for flight api
  • Finish building query URL and plug in to AJAX call
  • Get JSON data response from AJAX call
  • Access data to display to user from JSON (dates, cost, airports, times)
  • Display to user dynamically in flight tab on HTML