{"id":28568557,"url":"https://github.com/m0kr4n3/mapbox_firebase_react_app","last_synced_at":"2026-05-06T04:32:34.640Z","repository":{"id":109941803,"uuid":"374480384","full_name":"m0kr4n3/mapbox_firebase_react_app","owner":"m0kr4n3","description":"a ReactJS app using MapBox and Firebase to show position in maps","archived":false,"fork":false,"pushed_at":"2022-06-14T14:31:02.000Z","size":482,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T16:41:09.153Z","etag":null,"topics":["firebase","firebase-database","mapbox","reactjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m0kr4n3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-06-06T22:58:48.000Z","updated_at":"2024-08-05T22:43:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"bd52cf89-5911-4617-bfa3-6ff5be49a147","html_url":"https://github.com/m0kr4n3/mapbox_firebase_react_app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m0kr4n3/mapbox_firebase_react_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0kr4n3%2Fmapbox_firebase_react_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0kr4n3%2Fmapbox_firebase_react_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0kr4n3%2Fmapbox_firebase_react_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0kr4n3%2Fmapbox_firebase_react_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m0kr4n3","download_url":"https://codeload.github.com/m0kr4n3/mapbox_firebase_react_app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m0kr4n3%2Fmapbox_firebase_react_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678608,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["firebase","firebase-database","mapbox","reactjs"],"created_at":"2025-06-10T16:30:18.925Z","updated_at":"2026-05-06T04:32:34.623Z","avatar_url":"https://github.com/m0kr4n3.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# a ReactJS app using MapBox and Firebase to show position in maps\n\na reactJS applcation that uses Mapbox maps provider to show position, integrated with firestone database. \n\nIt has 2 options:\n\n    1. Realtime position. (simultaneously changing position)\n    2. History position. (where it consumes many positions of a path for exemple, and we control\n    it with a slider, like watching a video)\n\nIt needs a mapbox API access token, put in /src/mapboxAPItoken.js\n```js\n#/src/mapboxAPItoken.js\nmodule.exports = \"put the key here\";\n```\n\nand firebase access initialization in /src/firebase.js\n```js\n#/src/components/firebase.js\nimport firebase from 'firebase';\n\nfirebase.initializeApp({\n    apiKey: \"\",\n    authDomain: \"\",\n    projectId: \"\",\n    storageBucket: \"\",\n    messagingSenderId: \"\",\n    appId: \"\",\n    measurementId: \"\"\n});\nexport default firebase;\n```\n\nTo run the app:\n```bash\nnpm install\nnpm run start\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0kr4n3%2Fmapbox_firebase_react_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm0kr4n3%2Fmapbox_firebase_react_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm0kr4n3%2Fmapbox_firebase_react_app/lists"}