1.0.1 • Published 7 years ago

airport-data v1.0.1

Weekly downloads
57
License
Unlicense
Repository
github
Last release
7 years ago

Airport data npm version

JSON version of OpenFlights Airports Database.

Usage

const airports = require('airport-data')

airports is an array of airport objects, like:

{
  "id": 146,
  "name": "Montreal / Pierre Elliott Trudeau International Airport",
  "city": "Montreal",
  "country": "Canada",
  "iata": "YUL",
  "icao": "CYUL",
  "latitude": 45.4706001282,
  "longitude": -73.7407989502,
  "altitude": 118,
  "timezone": -5,
  "dst": "A",
  "tz": "America/Toronto",
  "type": "airport",
  "source": "OurAirports"
}
1.0.1

7 years ago

1.0.0

7 years ago