1.1.0 • Published 9 years ago

airport-lookup v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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

1.1.0

9 years ago

1.0.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago