ustroetz / otp-web-interface

A standalone web interface for the OpenTripPlanner API.

Home Page:http://ustroetz.github.io/otp-web-interface/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTP Web Interface

This is a fork of the OTP repository and works as a standalone web interface to use the OTP API.

The main purpose of this project is to debug OTP API results.

Start Web Interface
python -m SimpleHTTPServer
Set router and host name

edit js/otp/config.js

hostname : "http://localhost:8080",
restService: "otp/routers/manila",

About

A standalone web interface for the OpenTripPlanner API.

http://ustroetz.github.io/otp-web-interface/


Languages

Language:JavaScript 84.4%Language:HTML 8.7%Language:CSS 6.9%