3.0.0 • Published 2 years ago
icao v3.0.0
icao
ICAO airport codes.
Example
var icao = require('icao');
icao['KOAK'];
// => [37.7211111111, -122.220555556]Installation
$ npm install icaoAPI
var icao = require('icao');icao
An Object whose keys are ICAO codes and values are arrays with the latitude and longitude of the airport that the ICAO code is assigned to.
License

This work (International Civil Aviation Organization airport codes, by the International Civil Aviation Organization) is free of known copyright restrictions to the extent of the author's knowledge.