mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 00:08:47 +00:00
Unleash public transport data in your Java project.
![]() This allows coverages with multiple distinct transport agencies (e.g. Australia) to meaninfully distinguish between different lines with similar names. For example, there is often buses which are labelled by numbers. "Bus 12" needs to be two different colours, based on which transport network it belongs to. In the case of Australia, it will use this to delegate to the lineStyles() method. |
||
---|---|---|
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