{"id":37685532,"url":"https://github.com/yuzawa-san/thin-gbfs","last_synced_at":"2026-01-16T12:31:53.469Z","repository":{"id":39057748,"uuid":"110461259","full_name":"yuzawa-san/thin-gbfs","owner":"yuzawa-san","description":"A slim and low-network-use mobile web app for many common bike sharing systems.","archived":false,"fork":false,"pushed_at":"2023-04-19T12:13:27.000Z","size":4676,"stargazers_count":6,"open_issues_count":10,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-01-27T14:32:56.053Z","etag":null,"topics":["bike","bike-share","bike-sharing","bikeshare","bikesharing","cycling","gbfs","geolocation","low-latency","low-network","mobile-web-app","open-data","opendata"],"latest_commit_sha":null,"homepage":"https://thin-gbfs.appspot.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yuzawa-san.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}},"created_at":"2017-11-12T19:16:45.000Z","updated_at":"2023-11-15T02:16:31.000Z","dependencies_parsed_at":"2023-02-08T06:15:58.624Z","dependency_job_id":null,"html_url":"https://github.com/yuzawa-san/thin-gbfs","commit_stats":{"total_commits":295,"total_committers":3,"mean_commits":98.33333333333333,"dds":0.3254237288135593,"last_synced_commit":"2e84f626bc8c54c0bb8113786096d83b3610d88b"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yuzawa-san/thin-gbfs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzawa-san%2Fthin-gbfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzawa-san%2Fthin-gbfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzawa-san%2Fthin-gbfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzawa-san%2Fthin-gbfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yuzawa-san","download_url":"https://codeload.github.com/yuzawa-san/thin-gbfs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yuzawa-san%2Fthin-gbfs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478668,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bike","bike-share","bike-sharing","bikeshare","bikesharing","cycling","gbfs","geolocation","low-latency","low-network","mobile-web-app","open-data","opendata"],"created_at":"2026-01-16T12:31:52.640Z","updated_at":"2026-01-16T12:31:53.459Z","avatar_url":"https://github.com/yuzawa-san.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :bike: thin-gbfs :bike:\n\nhttps://thin-gbfs.appspot.com/\n\nA thin and low-network-use mobile web app for many common bike sharing systems.\n\nI enjoy biking while I travel. Unfortunately, I have grown tired using many bloated web and native apps whilst using limited international data plans.\n\nThe goals of this project are:\n\n* cache static assets (tiles, system lists, station lists) heavily on the client side.\n* be able to access a large number of open data sources for various popular bike sharing systems.\n* transmit data from server to app using a compact format.\n* cache system and station information server side to avoid hitting the source data API's too often.\n* limit number of TCP connections and number of hosts contacted\n* use HTTPS\n* privacy: the HTML5 geolocation APi is used, but the location is not transmitted elsewhere.\n\n## Development\n\nGet google cloud sdk, load in dependencies using `npm install`.\n\nThere are more common tasks listed `npm run`.\n\nTo run a dev server: `npm run dev` and open your browser to localhost:8080.\nYou will need to seed the DB by going to localhost:8000, then cron jobs and then run the only cron job.\n\n## Software License Info\n\nIn order to minimize the number of TCP connections between the web app and the server, the dependencies have been webpacked together.\nThese projects have been utilized and bundled:\n\n* [material-ui](https://github.com/mui-org/material-ui/) ([MIT](https://github.com/mui-org/material-ui/blob/next/LICENSE))\n* [d3-color](https://github.com/d3/d3-color/) ([BSD 3-clause](https://github.com/d3/d3-color/blob/master/LICENSE))\n* [emoji-flags](https://github.com/matiassingers/emoji-flags) ([MIT](https://github.com/matiassingers/emoji-flags/blob/master/license))\n* [leaflet](https://github.com/Leaflet/Leaflet) ([BSD 2-clause](https://github.com/Leaflet/Leaflet/blob/master/LICENSE))\n* [react](https://github.com/facebook/react/) ([MIT](https://github.com/facebook/react/blob/master/LICENSE))\n* [react-jss](https://github.com/cssinjs/jss/blob/master/packages/react-jss) ([MIT](https://github.com/cssinjs/jss/blob/master/packages/react-jss/LICENSE))\n* [react-leaflet](https://github.com/PaulLeCam/react-leaflet/blob/master/LICENSE) ([MIT](https://github.com/PaulLeCam/react-leaflet/blob/master/LICENSE))\n\n\nThis project uses the MIT License.\n\n## Credits\n\nThis web app simple aggregates and transmits efficiently across the wire lots of very useful data provided by various entities:\n\n* [GBFS](https://github.com/NABSA/gbfs) - open API standard for (mostly large US) bike sharing systems\n* [PyBikes](https://github.com/eskerda/pybikes) - a collection of various scrapers for various different API's\n* [Citibik.es](https://api.citybik.es/) - api on top of pybikes \n\nThank you for your work!\n\nNote: Since GBFS is an open standard, GBFS systems are hit directly rather than using Citibik.es.\n\n### Data Errors\n\nYou will have to go to the respective projects / companies to their issue tracking systems. This project does not actually curate any data.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzawa-san%2Fthin-gbfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyuzawa-san%2Fthin-gbfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyuzawa-san%2Fthin-gbfs/lists"}