From 09ad315d9ac2e049a53ac451e4c22812cc0e5a8c Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 8 Mar 2016 11:50:41 +0100 Subject: [PATCH] Add a README.md to the parent project. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..525b5c529 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Welcome to Public Transport Enabler, a Java library allowing you to get data from public transport providers. + +This project contains several subprojects: + + * [__enabler__](enabler): + The library itself. This is probably what you're searching for. See the project's [README](enabler/README.md) for more information. + * [__service__](service): + An example of how the library could be used as a web service. It's still very incomplete though. + +You can build all sub-projects at once using Gradle: + +`gradle clean build`