{"id":26226999,"url":"https://github.com/cvzi/bikemapnet-userscript","last_synced_at":"2026-02-11T04:32:01.430Z","repository":{"id":36979698,"uuid":"497436118","full_name":"cvzi/bikemapnet-userscript","owner":"cvzi","description":"Download GPX and KML files for a route on bikemap.net","archived":false,"fork":false,"pushed_at":"2025-02-07T10:38:09.000Z","size":634,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-19T18:22:12.448Z","etag":null,"topics":["bikemap","bikemapnet","cycling","geojson","gpx","kml","userscript"],"latest_commit_sha":null,"homepage":"https://greasyfork.org/en/scripts/445713-bikemap-net-export-gpx-and-kml-routes","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/cvzi.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},"funding":{"github":"cvzi","ko_fi":"cuzicvzi","liberapay":"cuzi","custom":["https://bandcamp.com/cuzi/wishlist","https://buymeacoff.ee/cuzi","https://live.blockcypher.com/btc/address/3KDs3RjvsKzbFQ8XoHkGqZxQtSxn2WYbn1/"],"patreon":"cuzi"}},"created_at":"2022-05-28T22:01:15.000Z","updated_at":"2025-02-07T10:38:13.000Z","dependencies_parsed_at":"2022-06-29T02:06:56.264Z","dependency_job_id":"af51f19c-17be-440c-9866-cc966e94d5ee","html_url":"https://github.com/cvzi/bikemapnet-userscript","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":0.06896551724137934,"last_synced_commit":"9ddd61c29e25656acf99243dc640ad083b3d493a"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":"cvzi/rollup-userscript-template","purl":"pkg:github/cvzi/bikemapnet-userscript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvzi%2Fbikemapnet-userscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvzi%2Fbikemapnet-userscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvzi%2Fbikemapnet-userscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvzi%2Fbikemapnet-userscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvzi","download_url":"https://codeload.github.com/cvzi/bikemapnet-userscript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvzi%2Fbikemapnet-userscript/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264619545,"owners_count":23638472,"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","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":["bikemap","bikemapnet","cycling","geojson","gpx","kml","userscript"],"created_at":"2025-03-12T19:32:33.863Z","updated_at":"2026-02-11T04:32:01.420Z","avatar_url":"https://github.com/cvzi.png","language":"JavaScript","funding_links":["https://github.com/sponsors/cvzi","https://ko-fi.com/cuzicvzi","https://liberapay.com/cuzi","https://bandcamp.com/cuzi/wishlist","https://buymeacoff.ee/cuzi","https://live.blockcypher.com/btc/address/3KDs3RjvsKzbFQ8XoHkGqZxQtSxn2WYbn1/","https://patreon.com/cuzi"],"categories":[],"sub_categories":[],"readme":"# Bikemap.net Export GPX and KML routes\n\nDownload GPX, KML and TCX files for a route on bikemap.net\n\nThis program is a userscript for your browser. It's primarily designed for Firefox and Chrome with\n[Tampermonkey](https://www.tampermonkey.net/) or similar userscript addons.\nGeneral information about userscripts and how to use them can be found at [openuserjs.org/about/Userscript-Beginners-HOWTO](https://openuserjs.org/about/Userscript-Beginners-HOWTO).\n\nIf you already have a userscript extension installed, you can **[click to install](https://greasyfork.org/scripts/445713-bikemap-net-export-gpx-and-kml-routes/code/Bikemapnet%20Export%20GPX%20and%20KML%20routes.user.js)** this script.\n\n\n[![Say Thanks!](https://img.shields.io/badge/say-thanks-ff69b4.svg?style=for-the-badge)](https://saythanks.io/to/cvzi)\n\n\nScreenshot:\n![Screenshot export route](screenshots/simple.png)\n\n## Development\n\nClone the repository and install dependencies with npm\n```sh\ngit clone git@github.com:cvzi/bikemapnet-userscript.git\ncd bikemapnet-userscript\nnpm install\n```\n\n### Bundle\n\nBundle everything from `src/` into `dist/bundle.user.js`:\n\n`npm run build`\n\nor\n\n`npx rollup --config`\n\n\n### Development server\n`npm run serve`\n\nor\n\n`node -r esm server.js`\n\nThis will automatically update `dist/bundle.user.js` when code changes and serve it on [localhost:8124](http://localhost:8124/).\n\nIt also creates a second userscript `dist/dev.user.js`, if you install it in Tampermonkey, it will automatically fetch the latest version from http://localhost:8124/bundle.user.js once you reload a website with F5.\n\n\n### Bundle without source map\n\nBundle for publishing without sourcemapping to `dist/release-3.2.1.user.js`\n\n`npm run build:release`\n\nor on Windows\n\n`npm run build:release:win32`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvzi%2Fbikemapnet-userscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvzi%2Fbikemapnet-userscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvzi%2Fbikemapnet-userscript/lists"}