Airport Codes
Airport codes (IATA) and information pulled from OpenFlights.org
Install
npm install airport-codes
Usage
The list of airport codes is wrapped in a Backbone Collection, so have access to all normal collection methods like findWhere
, at
, and sort
.
var airports = ; console;//=> Los Angeles Intl console;;//=> Sydney console;//=> Gorokaairportscomparator = 'city';airports;console;//=> 7 Novembre
If you'd like only the JSON list of airport codes, you can use either the Backbone Collection's toJSON
method or import the json list directly:
;;
Update the list of Airport Codes
Fetch Airport codes
$ wget https://raw.githubusercontent.com/jpatokal/openflights/master/data/airports.dat
Generate the list
Convert the list of airport codes from csv format to JSON.
node convert.js