3.0.0 • Published 8 months ago

icao v3.0.0

Weekly downloads
7
License
SEE LICENSE IN LI...
Repository
github
Last release
8 months 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

8 months ago

2.0.0

11 months ago

1.0.1

10 years ago

1.0.0

10 years ago