test
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.
Chimo 75876870ad
Test
5 years ago
enabler Test 5 years ago
service Update links in license to use HTTPS. 5 years ago
.gitignore Migrate build from Maven to Gradle. 8 years ago
.travis.yml Make Travis CI use Ubuntu Trusty image for building. 6 years ago
README.md Add a README.md to the parent project. 8 years ago
build.gradle Migrate build from Maven to Gradle. 8 years ago
settings.gradle Migrate build from Maven to 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