Basically scrape the first image for each CSV file. Needed for Explore page for AirTour.
npm install
Read Scripts for how to use
Scrape image for each City in cities.csv and upload to firestore.
npm run imageCities
npm run uploadCities
Scrape image for each Destination in destinations.csv and upload to firestore.
npm run imageDestinations
npm run uploadDestinations
Scrape image for each Experience in experiences.csv and upload to firestore.
npm run imageExperiences
npm run uploadExperiences