MNThomson / GetMeThere

Android App that displays the fastest transit route between locations with route and turn-by-turn details

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetMeThere Logo
GetMeThere

Android App that displays the fastest transit route between locations with route and turn-by-turn details.

github last commit github license
Made with React Native


GetMeThere Mockup

About

GetMeThere is built with React Native with not even a trace of expo! This projects furfills the need of people with limited or expensive data as it takes only ~50kb of data per route. And once a route is loaded, no more data is required! The data requirements are extremely lightweight compared to Google/Apple Maps because of the lack of interactive map. These maps are a serious data drain as they are downloading new map tiles on every swipe, zoom and tap.

GetMeThere is currently in the MVP (Minimal Viable Product) stage and development has only just begun!

Install

Creake an Andriod development APK for GetMeThere from the command line:

$ git clone https://github.com/MNThomson/GetMeThere.git
$ cd GetMeThere
$ ./android/gradlew assembleRelease

Setup

A file example.env is provided. Rename this to .env in the top level directory. Insert a Google API Key which has Maps and Transit API permissions.

IOS

IOS theoretically should just work...but no testing has been done as a result of the lack of Apple devies

About

Android App that displays the fastest transit route between locations with route and turn-by-turn details

License:GNU General Public License v3.0


Languages

Language:JavaScript 47.2%Language:Java 24.5%Language:Objective-C 17.8%Language:Starlark 7.6%Language:Ruby 2.9%Language:Shell 0.1%