Socket
Socket
Sign inDemoInstall

airport-data

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    airport-data

JSON version of OpenFlights Airports Database.


Version published
Weekly downloads
463
increased by51.8%
Maintainers
1
Install size
2.44 MB
Created
Weekly downloads
 

Readme

Source

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"
}

FAQs

Last updated on 27 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc