-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a README.md to the parent project.
- Loading branch information
1 parent
258f127
commit 09ad315
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |