All Projects → schildbach → Public Transport Enabler

schildbach / Public Transport Enabler

Licence: gpl-3.0
Unleash public transport data in your Java project.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Public Transport Enabler

ara
Ara is a golang server for real-time public transport data exchange, using the SIRI protocol.
Stars: ✭ 12 (-95.45%)
Mutual labels:  public-transportation
Ngx Smart Modal
Modal/Dialog component crafted for Angular
Stars: ✭ 256 (-3.03%)
Mutual labels:  library
Ui Neumorphism
📕 React component library designed on the "new skeuomorphism" or "neumorphism" UI/UX trend.
Stars: ✭ 258 (-2.27%)
Mutual labels:  library
Transit-Talk
Building tools that improve overall transit user experience by connecting riders to each other, and to the agencies that serve them.
Stars: ✭ 22 (-91.67%)
Mutual labels:  public-transportation
Php Svg
Vector graphics (SVG) library for PHP
Stars: ✭ 256 (-3.03%)
Mutual labels:  library
Trianglify
Highly customizable library to generate beautiful triangle art views for android.
Stars: ✭ 259 (-1.89%)
Mutual labels:  library
transit
Massively real-time city transit streaming application
Stars: ✭ 20 (-92.42%)
Mutual labels:  public-transportation
Node Window Manager
Manage windows in Windows, macOS and Linux using Node.js
Stars: ✭ 263 (-0.38%)
Mutual labels:  library
Stripe
A comprehensive PHP Library for the Stripe.
Stars: ✭ 256 (-3.03%)
Mutual labels:  library
Robotframework Appiumlibrary
AppiumLibrary is an appium testing library for RobotFramework
Stars: ✭ 259 (-1.89%)
Mutual labels:  library
Zoomwall.js
A content-focused photo gallery using a horizontal masonry layout that scales up in lightbox mode.
Stars: ✭ 254 (-3.79%)
Mutual labels:  library
Search flip
Full-Featured ElasticSearch Ruby Client with a Chainable DSL
Stars: ✭ 256 (-3.03%)
Mutual labels:  library
Floyd
A raft consensus implementation that is simply and understandable
Stars: ✭ 259 (-1.89%)
Mutual labels:  library
GTFS-ride
GTFS-ride is an open standard for storing and sharing fixed-route transit ridership data.
Stars: ✭ 43 (-83.71%)
Mutual labels:  public-transportation
Incrementproductview
Interesting concept of products incrementation
Stars: ✭ 262 (-0.76%)
Mutual labels:  library
dm tomatrixled
Display (real-time) public transport departures using Raspberry Pi and LED matrices
Stars: ✭ 17 (-93.56%)
Mutual labels:  public-transportation
Discordeno
Discord API library for Deno
Stars: ✭ 254 (-3.79%)
Mutual labels:  library
Rapidcsv
C++ CSV parser library
Stars: ✭ 261 (-1.14%)
Mutual labels:  library
Hypre
Parallel solvers for sparse linear systems featuring multigrid methods.
Stars: ✭ 260 (-1.52%)
Mutual labels:  library
Reachability
You can easily access the top of the screen in Android. Like a iPhone 6 & 6 Plus.
Stars: ✭ 259 (-1.89%)
Mutual labels:  library

Public Transport Enabler

This is a Java library allowing you to get data from public transport providers. Look into NetworkProvider.java for an overview of the API.

Using providers that require secrets

For some providers a secret like an API key is required to use their API. Copy the secrets.properties.template file to secrets.properties like so:

$ cp test/de/schildbach/pte/live/secrets.properties.template test/de/schildbach/pte/live/secrets.properties

You need to request the secrets directly from the provider. For Navitia based providers, you can request a secret here.

How to run live tests?

Make sure the test you want to run does not require a secret and if it does, see above for how to get one. Once you have the secret or if your provider does not need one, you can run the tests in your IDE. Both IntelliJ and Eclipse have excellent support for JUnit tests.

If you prefer to run tests from the command line, you can comment out the test exclude at the end of build.gradle and use this command to only execute a test for a single provider:

$ gradle -Dtest.single=ParisProviderLive test

This uses the ParisProvider as an example. Just replace it with the provider you want to test.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].