Skip to content

airports 1.0.6

Install from the command line:
Learn more about npm packages
$ npm install @chadhutchins182/airports@1.0.6
Install via package.json:
"@chadhutchins182/airports": "1.0.6"

About this version

Airports

A JSON collection of 28k+ entries with basic information about nearly every airport and landing strip in the world. ICAO codes used as keys. Each entry contains IATA code, airport name, city, two-letter ISO country code, elevation above sea level in feet, coordinates in decimal degrees and time zone.

"KOSH": {
    "icao": "KOSH",
    "iata": "OSH",
    "name": "Wittman Regional Airport",
    "city": "Oshkosh",
    "state": "Wisconsin",
    "country": "US",
    "elevation": 808,
    "lat": 43.9844017029,
    "lon": -88.5569992065,
    "tz": "America\/Chicago"
},

Time zones initially sourced from TimeZoneDB and updated using TimeAPI.

Details


Assets

  • airports-1.0.6.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all