Unleash public transport data in your Java project.
Find a file
full-duplex 5deae3776d Negentwee: Improve date and time parsing and add timezone awareness.
Extend and use the ParserUtils functions instead and assume parsed time strings
are within the next 24 hours instead of leaving the date at 1970-01-01.

Use the Europe/Amsterdam timezone when formatting and parsing server dates.
2018-11-05 15:10:54 +01:00
enabler Negentwee: Improve date and time parsing and add timezone awareness. 2018-11-05 15:10:54 +01:00
service Update links in license to use HTTPS. 2018-07-15 16:47:49 +02:00
.gitignore Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00
.travis.yml Make Travis CI use Ubuntu Trusty image for building. 2017-06-25 20:30:31 +02:00
build.gradle Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00
README.md Add a README.md to the parent project. 2016-03-08 11:58:20 +01:00
settings.gradle Migrate build from Maven to Gradle. 2015-07-01 18:43:36 +02:00

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