Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 980 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 980 Bytes

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