Fahrplan.js A JavaScript client for Deutsche Bahn'stimetable API. constfahrplan=require('fahrplan')('TopSecretAPIKey');fahrplan.station.get('Berlin').then(berlin=>berlin.departure.find()).then(departures=>{console.log('The next train is %s to %s',departures[0].name,departures[0].destination...