mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
Unleash public transport data in your Java project.
![]() Notes regarding Android compatibility: - The 'try-with-resources' language feature needs API level 19, so don't use it. All other language features can be used back to API level 8. - The JDK 1.7 API still isn't fully implemented, so better stick with 1.6 for now. |
||
---|---|---|
enabler | ||
service | ||
.gitignore | ||
.travis.yml | ||
build.gradle | ||
README.md | ||
settings.gradle |
Welcome to Public Transport Enabler, a Java library allowing you to get data from public transport providers.
This project contains several subprojects:
- enabler: The library itself. This is probably what you're searching for. See the subproject's README for more information.
- 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