{"id":30612664,"url":"https://github.com/trilinder/findmybus","last_synced_at":"2025-08-30T05:34:55.098Z","repository":{"id":309779183,"uuid":"1020724047","full_name":"TriLinder/FindMyBus","owner":"TriLinder","description":"View public transport vehicle positions on your phone in real time","archived":false,"fork":false,"pushed_at":"2025-08-13T18:54:03.000Z","size":5336,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-13T20:41:39.243Z","etag":null,"topics":["capacitor-android","capacitorjs","gtfs","gtfs-realtime","konsta-ui","svelte"],"latest_commit_sha":null,"homepage":"","language":"Svelte","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/TriLinder.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-16T09:48:45.000Z","updated_at":"2025-08-13T18:53:33.000Z","dependencies_parsed_at":"2025-08-13T20:41:48.556Z","dependency_job_id":"cae46f8c-0540-4910-ac3b-8b6063dbbfb2","html_url":"https://github.com/TriLinder/FindMyBus","commit_stats":null,"previous_names":["trilinder/findmybus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TriLinder/FindMyBus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriLinder%2FFindMyBus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriLinder%2FFindMyBus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriLinder%2FFindMyBus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriLinder%2FFindMyBus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TriLinder","download_url":"https://codeload.github.com/TriLinder/FindMyBus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriLinder%2FFindMyBus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272808938,"owners_count":24996604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"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":["capacitor-android","capacitorjs","gtfs","gtfs-realtime","konsta-ui","svelte"],"created_at":"2025-08-30T05:34:54.512Z","updated_at":"2025-08-30T05:34:55.068Z","avatar_url":"https://github.com/TriLinder.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\".README_ASSETS/icon.svg\" alt=\"FindMyBus icon\" width=\"86\"\u003e\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eFindMyBus\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    FindMyBus is an open-source Android application that allows you to view public transport vehicles positions on a map in real time. \u003cbr\u003e\n    Built with \u003ca href=\"https://svelte.dev/\"\u003eSvelte\u003c/a\u003e, \u003ca href=\"https://konstaui.com/\"\u003eKonstaUI\u003c/a\u003e and \u003ca href=\"https://capacitorjs.com/\"\u003eCapacitor\u003c/a\u003e.\n\u003c/p\u003e\n\n# Features\n- Visualize GTFS Realtime feeds on a map\n- See live positions of vehicles and extra information about them, such as their timetables\n- Light data usage\n\n## Installation\n- Download and install an `.apk` file from the [Releases](https://github.com/TriLinder/FindMyBus/releases/latest) page\n- Alternatively, you can build the app from source (see below)\n\n# Screenshots\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"A map showing the position of different public transport vehicles\" src=\".README_ASSETS/screenshots/track.webp\" width=\"250\" /\u003e\n    \u003cimg alt=\"A dialog showing the departure times for each stop of a specific selected bus\" src=\".README_ASSETS/screenshots/timetable.webp\" width=\"250\" /\u003e\n    \u003cimg alt=\"A map showing a street with a bus stop on each side, with one side highlighted to show the user on which side of the street to wait for the bus\" src=\".README_ASSETS/screenshots/stop_highlight.webp\" width=\"250\" /\u003e\n\u003c/p\u003e\n\n# Building\nPrerequisites: Android Studio and Node.js (v22)\n\n1. Clone the repository\n2. Run `npm install` in the directory to install project dependencies\n3. Run `npm run dev` to debug the application in a web browser\n    - While running in a web browser, it might be necessary to temporarily [disable CORS protection](https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/) for the application to be able to reach your transport agency's GTFS feeds. **Please make sure to enable it again as soon as possible afterward.** As an alternative, download and host the GTFS files on a localhost webserver yourself.\n    - During development, static GTFS data is stored in [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). When testing with larger datasets, you might need to increase the [data quota](https://kb.mozillazine.org/Dom.storage.default_quota)\n4. Run `npm run build \u0026\u0026 npx cap sync \u0026\u0026 npx cap open android` to build the web files and open the application in Android studio\n5. Build the application in Android Studio","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrilinder%2Ffindmybus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrilinder%2Ffindmybus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrilinder%2Ffindmybus/lists"}