mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
Unleash public transport data in your Java project.
![]() Changed the provider abbreviations in the styles to reflect changes at VRR. Mülheim styles not working yet as there is no abbreviation present in the EFA reply. Due to these changes in replies, night buses are now also styled (Düsseldorf, Dortmund, Krefeld, Essen, Duisburg, Oberhausen, Neuss, Remscheid, Solingen, and Wuppertal.) |
||
---|---|---|
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