- original idea from: https://www.bignerdranch.com/blog/developing-alexa-skills-locally-with-nodejs-setting-up-your-local-environment/
- original repo: https://github.com/bignerdranch/alexa-airportinfo
- uses API which is only returning 500 http://services.faa.gov/docs/services/airport/#airportStatus which is not long in use
So using the Bahn API instead https://developer.deutschebahn.com/store/apis/info?name=Fahrplan-Free&version=v1&provider=DBOpenData#!/default/get_location_name
example cURL: curl -X GET --header "Accept: application/json" "https://api.deutschebahn.com/freeplan/v1/location/Berlin"