Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbrooksuk/json-airports

A JSON array of Airport names, IATA code and location
https://github.com/jbrooksuk/json-airports

Last synced: about 14 hours ago
JSON representation

A JSON array of Airport names, IATA code and location

Awesome Lists containing this project

README

        

# JSON Airports

At [Blue Bay Travel](http://bluebaytravel.co.uk) we needed a list of Airports and their basic informations to provide autocompletion within our internal applications. We searched high and low to find something, but only had a MySQL table from somewhere, so we created this file.

The JSON file, airports.json contains an array of airports and some basic information, incliding:

- Name
- IATA (was previously named code)
- ISO code
- Continent
- Size (if known)
- Type (airport, heliport, seaboats)
- Status (0 = closed, 1 = open)

# Contributors
- José, for adding `lat` and `lon` values.

# License
MIT - [http://jbrooksuk.mit-license.org](http://jbrooksuk.mit-license.org)