Closed flopp closed 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.
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
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.