{"id":13402959,"url":"https://github.com/google-map-react/google-map-react-examples","last_synced_at":"2025-04-09T11:12:16.056Z","repository":{"id":2202688,"uuid":"124704378","full_name":"google-map-react/google-map-react-examples","owner":"google-map-react","description":"Examples for google-map-react library.","archived":false,"fork":false,"pushed_at":"2023-01-07T06:50:20.000Z","size":5256,"stargazers_count":145,"open_issues_count":15,"forks_count":151,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-31T19:39:03.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://google-map-react.github.io/google-map-react-examples/","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/google-map-react.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}},"created_at":"2018-03-10T22:38:01.000Z","updated_at":"2024-04-16T20:33:44.000Z","dependencies_parsed_at":"2023-01-11T16:08:33.696Z","dependency_job_id":null,"html_url":"https://github.com/google-map-react/google-map-react-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-map-react%2Fgoogle-map-react-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-map-react%2Fgoogle-map-react-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-map-react%2Fgoogle-map-react-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-map-react%2Fgoogle-map-react-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-map-react","download_url":"https://codeload.github.com/google-map-react/google-map-react-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027411,"owners_count":21035594,"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":[],"created_at":"2024-07-30T19:01:23.425Z","updated_at":"2025-04-09T11:12:16.040Z","avatar_url":"https://github.com/google-map-react.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Examples for [google-map-react library](https://github.com/google-map-react/google-map-react) \u0026middot; [![Build Status](https://travis-ci.org/google-map-react/google-map-react-examples.svg?branch=master)](https://travis-ci.org/google-map-react/google-map-react-examples)\n\nThis project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).\n\n## Stack\n\n- [React](https://facebook.github.io/react) rendering\n- [React-router](https://reacttraining.com/react-router/) for routing\n- [Styled components](https://www.styled-components.com/) for styling our components\n\n## Examples\n\n- [Main](https://google-map-react.github.io/google-map-react-examples/?path=/story/main-examples--base) ([source](https://github.com/google-map-react/google-map-react-examples/blob/master/src/examples/Main.js))\n- [Heatmap](https://google-map-react.github.io/google-map-react-examples/?path=/story/heatmap-examples--base) ([source](https://github.com/google-map-react/google-map-react-examples/blob/master/src/examples/Heatmap.js))\n- [Searchbox](https://google-map-react.github.io/google-map-react-examples/?path=/story/searchbox-examples--base) ([source](https://github.com/google-map-react/google-map-react-examples/blob/master/src/examples/Searchbox.js))\n- [Autocomplete](https://google-map-react.github.io/google-map-react-examples/?path=/story/autocomplete-examples--base) ([source](https://github.com/google-map-react/google-map-react-examples/blob/master/src/examples/Searchbox.js))\n- [Marker and Info Window using React Component](https://google-map-react.github.io/google-map-react-examples/?path=/story/markerinfo-examples--custom-component) ([source](https://github.com/google-map-react/google-map-react-examples/blob/master/src/examples/MarkerInfoWindow.js))\n- [Marker and Info Window using Google Maps API Object](https://google-map-react.github.io/google-map-react-examples/?path=/story/markerinfo-examples--default-marker) ([source](https://github.com/google-map-react/google-map-react-examples/blob/master/src/examples/MarkerInfoWindowGmapsObj.js))\n\n## Getting started\n\n### Installation\n\nAlthough I prefer yarn, you can use either yarn or npm:\n\n- `npm install` or simply `yarn`\n\n### Run development\n\n- `npm start` or `yarn start`\n\nRuns the app in development mode.\u003cbr\u003e\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\nThe page will automatically reload if you make changes to the code.\u003cbr\u003e\nYou will see the build errors and lint warnings in the console.\n\n### Run production build\n\n- `npm run build` or `yarn build`\n\nBuilds the app for production to the `build` folder.\u003cbr\u003e\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\u003cbr\u003e\nBy default, it also [includes a service worker](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app) so that your app loads from local cache on future visits.\n\nYour app is ready to be deployed.\n\n### Deploy to GH pages\n\n- `npm run deploy` or `yarn deploy`\n\nThis will push a branch named `gh-pages` to the repository, which will be used by GH to render the latest version of our site.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-map-react%2Fgoogle-map-react-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle-map-react%2Fgoogle-map-react-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-map-react%2Fgoogle-map-react-examples/lists"}