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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    11
  • 1.0.0
    2
  • 0.1.1
    2
  • 0.1.0
    3

Package Sidebar

Install

npm i airport-lookup

Weekly Downloads

4

Version

1.1.0

License

MIT

Last publish

Collaborators

  • matiassingers