Skip to content

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

License

Notifications You must be signed in to change notification settings

Reisz/EIST-Travel-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published