Fetches fares for an OpenTripPlanner 2 Itinerary from the VVS TRIAS API.
The uage example demonstrates how to use the API.
A Docker image is available as stadtnavi/fares-service.
docker run -d -p 3000:3000 stadtnavi/fares-servicegit clone https://github.com/stadtnavi/fares-service.git
cd fares-service
export TIMEZONE=Europe/Berlin
npm install --production
npm start