airport-lookup

1.1.0 • Public • Published

airport-lookup Build Status Dependency Status

lookup airport details by IATA codes

Install

$ npm install --save airport-lookup

Usage

var airportLookup = require('airport-lookup');
 
console.log(airportLookup('CPH'));
// => {iata: 'CPH', iso: 'DK', ... }

CLI

$ npm install --global airport-lookup
$ airport-lookup --help
  lookup airport details by IATA codes
 
  Example
    airport-lookup cph
     => { "iata""CPH",
           "iso""DK",
           ...
 

License

MIT © Matias Singers

Readme

Keywords

none

Package Sidebar

Install

npm i airport-lookup

Weekly Downloads

5

Version

1.1.0

License

MIT

Last publish

Collaborators

  • matiassingers