/fares-service

Fetches fares for an OpenTripPlanner Itinerary from the VVS TRIAS API.

Primary LanguageJavaScriptISC LicenseISC

fares-service

Fetches fares for an OpenTripPlanner 2 Itinerary from the VVS TRIAS API.

The uage example demonstrates how to use the API.

Docker build status dependency status ISC-licensed

running via Docker

A Docker image is available as stadtnavi/fares-service.

docker run -d -p 3000:3000 stadtnavi/fares-service

running manually

git clone https://github.com/stadtnavi/fares-service.git
cd fares-service
export TIMEZONE=Europe/Berlin
npm install --production
npm start