{"id":22387363,"url":"https://github.com/agl0809/location-history-player","last_synced_at":"2025-07-09T07:08:23.907Z","repository":{"id":166788010,"uuid":"116879832","full_name":"agl0809/location-history-player","owner":"agl0809","description":"Display a heat map through the location history provided by Google Maps Timeline.","archived":false,"fork":false,"pushed_at":"2018-02-04T23:38:09.000Z","size":1346,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-09T07:04:53.657Z","etag":null,"topics":["create-react-app","es6","es6-javascript","google-timeline-chart","heatmap","javascript","jest","leaflet-map","location-history","location-history-player","map","react-jest","tdd","travis-ci","unit-testing"],"latest_commit_sha":null,"homepage":"","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/agl0809.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":"2018-01-09T22:51:52.000Z","updated_at":"2024-08-11T03:34:16.000Z","dependencies_parsed_at":"2023-06-11T10:00:12.995Z","dependency_job_id":null,"html_url":"https://github.com/agl0809/location-history-player","commit_stats":null,"previous_names":["agl0809/location-history-player"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/agl0809/location-history-player","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agl0809%2Flocation-history-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agl0809%2Flocation-history-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agl0809%2Flocation-history-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agl0809%2Flocation-history-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agl0809","download_url":"https://codeload.github.com/agl0809/location-history-player/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agl0809%2Flocation-history-player/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264411144,"owners_count":23603802,"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":["create-react-app","es6","es6-javascript","google-timeline-chart","heatmap","javascript","jest","leaflet-map","location-history","location-history-player","map","react-jest","tdd","travis-ci","unit-testing"],"created_at":"2024-12-05T02:08:54.215Z","updated_at":"2025-07-09T07:08:23.887Z","avatar_url":"https://github.com/agl0809.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/agl0809/location-history-player.svg?branch=master)](https://travis-ci.org/agl0809/location-history-player)\n\n- [Installation](#installation)\n- [Settings](#settings)\n- [Available scripts](#available-scripts)\n  - [npm start](#npm-start)\n  - [npm test](#npm-test)\n  - [npm run build](#npm-run-build)\n  - [npm run eject](#npm-run-eject)\n- [Dependencies](#scaffolding)  \n- [Scaffolding](#scaffolding)\n\n\n## Installation\n```bash\ngit clone https://github.com/agl0809/location-history-player/\ncd location-history-player\nnpm install\n```\n\n## Settings\nThere are two different ways to setting up the data provided in **constants.js**\u003cbr\u003e\n\n[Firebase service](https://api-project-923029851043.firebaseio.com/locations.json)\u003cbr\u003e\nBy default Firebase service example will be used.   \n```javascript\nexport const JSON_FILE_URL = 'https://api-project-923029851043.firebaseio.com/locations.json';\n``` \n\n[Google Takeout](https://takeout.google.com/settings/takeout)\u003cbr\u003e \nUse a specific data file downloading the location history JSON file. Then move it to `/public` project folder .\u003cbr\u003e\n```javascript\nexport const JSON_FILE_URL = '/YOUR_FILE_NAME.json';\n``` \n\n## Available scripts  \nIn the project directory, you can run:\n\n**npm start**\u003cbr\u003e\nRuns the app in the development mode.\n\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\u003cbr\u003e\nThe page will reload if you make edits.You will also see any lint errors in the console.\n\n**npm test**\u003cbr\u003e\nLaunches the test runner in the interactive watch mode.\n\n**npm run build**\u003cbr\u003e\nBuilds the app for production to the `build` folder.\n\n## Dependencies \n[leaflet](https://github.com/Leaflet/Leaflet)\u003cbr\u003e\n[leaflet.heat](https://github.com/Leaflet/Leaflet.heat)\n\n## Scaffolding\n[create-react-app](https://github.com/facebook/create-react-app)\n\n\n\n\n\n\n\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagl0809%2Flocation-history-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagl0809%2Flocation-history-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagl0809%2Flocation-history-player/lists"}