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-service
git clone https://github.com/stadtnavi/fares-service.git
cd fares-service
export TIMEZONE=Europe/Berlin
npm install --production
npm start