-1

I am fairly new to the OpenTripPlanner and would like to implement it into a small portion of an already built website. Is this possible and if so how would I go about adding it?

Joe Nordling
  • 73
  • 1
  • 8

1 Answers1

0

The OpenTripPlanner platform provides a web front-end to plan journeys so you can embed that into your website using an iframe.

http://docs.opentripplanner.org/en/latest/Basic-Tutorial/#simple-one-step-server

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe

cwoods
  • 101
  • 1
  • 2