Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.
/ glider-ota Public archive
forked from windingtree/glider-ota

Glider Open-source Travel Agency. It allows users to book flights and Hotels sourced from the Winding Tree marketplace.

Notifications You must be signed in to change notification settings

mtahon/glider-ota

 
 

Repository files navigation

ota

OTA monorepo

Start

  • npm install
  • npm start
  • now dev

List of airports

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

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

About

Glider Open-source Travel Agency. It allows users to book flights and Hotels sourced from the Winding Tree marketplace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.4%
  • SCSS 6.1%
  • Other 0.5%