3.0.0 • Published 2 years ago

icao v3.0.0

Weekly downloads
7
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

icao

ICAO airport codes.

Example

var icao = require('icao');

icao['KOAK'];
// => [37.7211111111, -122.220555556]

Installation

$ npm install icao

API

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

public domain

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.

3.0.0

2 years ago

2.0.0

2 years ago

1.0.1

11 years ago

1.0.0

11 years ago