You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
enabler | 5 years ago | |
service | 5 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 6 years ago | |
README.md | 8 years ago | |
build.gradle | 8 years ago | |
settings.gradle | 8 years ago |
README.md
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