/EIST-Travel-App

A Google-Appengine app to route you to your destination using a chain of multiple different means of transportation.

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

EIST Travel App Build Status

A Google-Appengine app to route you to your destination using a chain of multiple different means of transportation.

Compilation

We have hidden our api-keys by putting them in a class named ApiKey that is included in the .gitignore. You need to add it yourself to be able to compile this project:

package de.tum.in.eist;

public class ApiKey {
	public static final String GOOGLE = "<your_api_key>";
}

We use maven to handle our dependencies.

  • Install Maven 3
  • Check out this repo and: mvn clean install

Javascript Libraries