Skip to content

Llamabagel/transpo-android

Repository files navigation

Transpo-Android [🚧 Under Construction 🚧]

The open source project behind Route 613. Next stop: 2.0!

CircleCI codecov

This is a complete open source rewrite of Route 613. The main objective of this rewrite is to adopt a better architecture to improve the reliability of the app and make it easier to add new features.

Development Setup

Development on this project requires Android Studio 3.4 or newer, as well as the Android SDK for Android Q (29).

The build setup requires some configuration values in your local.properties file to configure information for the API backend and for the Mapbox SDK.
The following properties must be included:

  • api.endpoint - The base URL of the API endpoint being used. This would direct towards a hosted instance of transpo-server.
  • mapbox.key - An API Access Token for using the Mapbox SDK. You can get one from Mapbox.