{"id":15659648,"url":"https://github.com/azu/running-on-streetview","last_synced_at":"2025-08-23T01:10:19.404Z","repository":{"id":66143646,"uuid":"262286012","full_name":"azu/running-on-streetview","owner":"azu","description":"Virtual Running on Google Street View.","archived":false,"fork":false,"pushed_at":"2020-09-13T09:27:19.000Z","size":8256,"stargazers_count":21,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-05T19:52:34.558Z","etag":null,"topics":["fitness","google","map","running","streetview"],"latest_commit_sha":null,"homepage":"https://running-on-streetview.netlify.app","language":"TypeScript","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/azu.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},"funding":{"github":"azu"}},"created_at":"2020-05-08T09:49:21.000Z","updated_at":"2023-05-16T21:24:15.000Z","dependencies_parsed_at":"2023-02-21T16:45:16.667Z","dependency_job_id":null,"html_url":"https://github.com/azu/running-on-streetview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/azu/running-on-streetview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Frunning-on-streetview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Frunning-on-streetview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Frunning-on-streetview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Frunning-on-streetview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azu","download_url":"https://codeload.github.com/azu/running-on-streetview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azu%2Frunning-on-streetview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271727691,"owners_count":24810562,"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-22T02:00:08.480Z","response_time":65,"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":["fitness","google","map","running","streetview"],"created_at":"2024-10-03T13:18:00.411Z","updated_at":"2025-08-23T01:10:19.381Z","avatar_url":"https://github.com/azu.png","language":"TypeScript","funding_links":["https://github.com/sponsors/azu"],"categories":[],"sub_categories":[],"readme":"# running-on-streetview\n\nThis app detect your motion via WebCamera and go forward on Google Street View Map.\n\n[![running-on-streetview image](docs/resources/capture.png)](https://twitter.com/azu_re/status/1258700638990393344)\n\n## Requirements\n\n- [ ] [Google Maps JavaScript API Key](https://developers.google.com/maps/documentation/javascript/get-api-key)\n    - If you do not have API Key, please use \"Free Trial\" on \u003chttps://running-on-streetview.netlify.app\u003e \n- [ ] A Browser that can use Web Camera\n    - Tested on Google Chrome and Macbook Pro\n \n## Usage\n\n1. Open URL: \u003chttps://running-on-streetview.netlify.app\u003e\n2. Input your Google Map API Key\n3. Load Google Map Street View and Running!\n\n\n## How to get Google Map API Key?\n\nYou can get Google Map API from Google Cloud Platform Console.\n\n- [Get an API Key Maps JavaScript API | Google Developers](https://developers.google.com/maps/documentation/javascript/get-api-key)\n- [【要確認】Google Maps Platform APIキーの取得方法と注意点 | ワードプレステーマTCD](https://design-plus1.com/tcd-w/2018/08/google-maps-platform-api.html)\n- [Google Maps PlatformのAPIキーの取得・発行について - 株式会社ゼンリンデータコム](https://www.zenrin-datacom.net/business/gmapsapi/api_key/index.html)\n\nYou should add restriction to \"HTTP Referer\" to `https://running-on-streetview.netlify.app/*` for your API key.\n\n## Tips\n\n### Shortcut\n\n- \u003ckbd\u003e↑\u003c/kbd\u003e: Go forward\n- \u003ckbd\u003e←\u003c/kbd\u003e: Turn left\n- \u003ckbd\u003e→\u003c/kbd\u003e: Turn Right\n- \u003ckbd\u003e↓\u003c/kbd\u003e: Go back forward\n\n### URL Hacking\n\nThis app support some url parameters:\n\n- `defaultMapUrl=\u003cgoogle street view url\u003e`\n- `defaultForwardStep=\u003cnumber\u003e`\n- `throttleBackward=\u003cnumber ms\u003e`\n- `throttleForward=\u003cnumber ms\u003e`\n- `GOOGLE_MAP_API_KEY=\u003capi-key\u003e`\n\nFor more details, see [src/bootstrap.ts](src/bootstrap.ts)\n\n### Overlay video on FullScreen\n\nModern browser support Picture-in-Picture.\n\n- Chrome: Select \"Picture-in-Picture\" on video element's context menu\n- Firefox: \u003chttps://support.mozilla.org/en-US/kb/about-picture-picture-firefox\u003e\n\n## Changelog\n\nSee [Releases page](https://github.com/azu/running-on-streetview/releases).\n\n## Running tests\n\nInstall devDependencies and Run `npm test`:\n\n    npm test\n\n## Contributing\n\nPull requests and stars are always welcome.\nDocumentation improvements is also welcome!\n\nFor bugs and feature requests, [please create an issue](https://github.com/azu/running-on-streetview/issues).\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b my-new-feature`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin my-new-feature`\n5. Submit a pull request :D\n\n## Author\n\n- [github/azu](https://github.com/azu)\n- [twitter/azu_re](https://twitter.com/azu_re)\n\n## License\n\nMIT © azu\n\n## Sponsors\n          \n\u003ca href=\"https://www.netlify.com\"\u003e\n\u003cimg src=\"https://www.netlify.com/img/global/badges/netlify-color-bg.svg\" alt=\"Deploys by Netlify\" /\u003e\n\u003c/a\u003e\n\n## Acknowledgements\n\n- [GoogleStreetViewを足踏みで仮想散歩するPGM - Qiita](https://qiita.com/shizuoka_miyako_19911118/items/90553c64d2b6b7d888ec)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Frunning-on-streetview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazu%2Frunning-on-streetview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazu%2Frunning-on-streetview/lists"}