mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
Add a README.md to the parent project.
This commit is contained in:
parent
258f127fa7
commit
e227e254f1
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -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 subproject'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`
|
Loading…
Add table
Add a link
Reference in a new issue