OTA monorepo
- npm install
- npm start
- now dev
List of airports that is used in origin/destination lookup fields is taken from IATA list
It's curated with a script that transforms data to JSON format and filters out unwanted types
/tools/locations/airports.js
Original list contains not only airports but also heliports, railstations, ferry ports. Unwanted locations can be filtered out
List of locations that is used in hotels lookup fields is taken from geonames.org list of cities
It's also curated with a script that transforms data to JSON format and filters out unwanted cities (currently cities with population over 300000 are taken into account)
/tools/locations/process_dictionary_data.js