Skip to content

Commit

Permalink
Add a README.md to the parent project.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Mar 8, 2016
1 parent 258f127 commit 09ad315
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 09ad315

Please sign in to comment.