flopp / airports

Fullscreen satellite map randomly showing the world's airports
https://airports.flopp.net
MIT License
8 stars 0 forks source link

Webapi for retrieving airport data #8

Closed flopp closed 9 years ago

flopp commented 9 years ago

Instead of transferring the complete airport dataset ('data.csv') to the client on startup, provide a server side api for allowing the client to request the data of a specified airport.

flopp commented 9 years ago

http://$BASEURL/api.php -> yields json encoded list of available airport ids http://$BASEURL/api.php?id=EDDF -> yields json encoded airport data of EDDF