Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 528 Bytes

Frontier Scraper

  1. Navigate to the following site: https://www.flyfrontier.com/ways-to-save/online-deals/
  2. Scroll down all the way (click on "Show More", then hit/hold "Enter" key until everything is rendered)
  3. Open console in Google Chrome (Mac: COMMAND + OPTION + I)
  4. Copy and paste frontierScraper.js code into console
  5. Call function using two cities (Ex: scraper('SEATTLE', 'PHILADELPHIA')
  6. Utilize "Itinerary" array, then find flights on website

This is a work in progress. Tech: jQuery, AJAX, Cheerio, Got