airport-lookup
v1.1.0
Published
lookup airport details by IATA codes
Downloads
16
Readme
airport-lookup
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