{"id":18674177,"url":"https://github.com/mnthomson/getmethere","last_synced_at":"2026-04-20T10:33:08.686Z","repository":{"id":45437251,"uuid":"409803500","full_name":"MNThomson/GetMeThere","owner":"MNThomson","description":"Android App that displays the fastest transit route between locations with route and turn-by-turn details","archived":false,"fork":false,"pushed_at":"2021-12-13T23:00:23.000Z","size":1555,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-03T16:38:44.317Z","etag":null,"topics":["android","gcp","google","google-maps-api","react-native","transit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MNThomson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-24T02:13:50.000Z","updated_at":"2021-12-13T23:00:26.000Z","dependencies_parsed_at":"2022-09-10T10:54:08.767Z","dependency_job_id":null,"html_url":"https://github.com/MNThomson/GetMeThere","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MNThomson/GetMeThere","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2FGetMeThere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2FGetMeThere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2FGetMeThere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2FGetMeThere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MNThomson","download_url":"https://codeload.github.com/MNThomson/GetMeThere/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNThomson%2FGetMeThere/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32043057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","gcp","google","google-maps-api","react-native","transit"],"created_at":"2024-11-07T09:17:51.755Z","updated_at":"2026-04-20T10:33:08.663Z","avatar_url":"https://github.com/MNThomson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n\t\t\u003ca href=\"https://github.com/MNThomson/GetMeThere\"\u003e\n\t\t\t\u003cimg src=assets/bus.png alt=\"GetMeThere Logo\" width=\"200\"\u003e\n\t\t\u003c/a\u003e\n\t\u003cbr\u003e\n\t\tGetMeThere\n\t\u003cbr\u003e\n\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003e\n\tAndroid App that displays the fastest transit route between locations with route and turn-by-turn details.\n\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/MNThomson/GetMeThere/commits\"\u003e\u003cimg src=\"https://img.shields.io/github/last-commit/MNThomson/GetMeThere?style=for-the-badge\" alt=\"github last commit\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/MNThomson/GetMeThere/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/MNThomson/GetMeThere?style=for-the-badge\" alt=\"github license\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/MNThomson/GetMeThere\"\u003e\u003cimg src=\"https://img.shields.io/badge/Made%20with-React%20Native-blue?style=for-the-badge\u0026logo=react\" alt=\"Made with React Native\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"assets/mockup.png\" alt=\"GetMeThere Mockup\" width=\"550\"/\u003e\n\u003c/p\u003e\n\n## About\n\nGetMeThere 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.\n\nGetMeThere is currently in the MVP (Minimal Viable Product) stage and development has only just begun!\n\n## Install\n\nCreake an Andriod development APK for `GetMeThere` from the command line:\n```sh\n$ git clone https://github.com/MNThomson/GetMeThere.git\n$ cd GetMeThere\n$ ./android/gradlew assembleRelease\n```\n\n## Setup\n\nA 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.\n\n## IOS\n\nIOS theoretically should just work...but no testing has been done as a result of the lack of Apple devies","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnthomson%2Fgetmethere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnthomson%2Fgetmethere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnthomson%2Fgetmethere/lists"}