/otp-react-redux

A library for writing modern OpenTripPlanner-compatible multimodal journey planning applications using React and Redux.

Primary LanguageJavaScriptMIT LicenseMIT

otp-react-redux

A library for writing modern OpenTripPlanner-compatible multimodal journey planning applications using React and Redux.

Running the Example

A simple example of an OTP-RR application is included in the repository.

To run, first clone the repo and install yarn if needed.

Copy example-config.yml to config.yml. Update config.yml with your Mapzen API key, and optionally, the OTP endpoint and initial map origin. (The default values are for a Conveyal test server for Portland, OR.)

Install the dependencies and start a test instance using yarn:

yarn install
yarn start

Library Documentation

Coming Soon