Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomchentw/react-google-maps
React.js Google Maps integration component
https://github.com/tomchentw/react-google-maps
google-maps-javascript-api react react-styleguidist
Last synced: 29 days ago
JSON representation
React.js Google Maps integration component
- Host: GitHub
- URL: https://github.com/tomchentw/react-google-maps
- Owner: tomchentw
- License: mit
- Created: 2014-10-24T03:44:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T13:24:13.000Z (about 2 years ago)
- Last Synced: 2024-09-30T21:42:26.563Z (about 1 month ago)
- Topics: google-maps-javascript-api, react, react-styleguidist
- Language: JavaScript
- Homepage: https://tomchentw.github.io/react-google-maps/
- Size: 10.8 MB
- Stars: 4,620
- Watchers: 86
- Forks: 939
- Open Issues: 272
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-react-cn - react-google-maps - React.js Google Maps integration component (Uncategorized / Uncategorized)
- awesome-tw-foss - React Google Maps - React.js Google Maps integration component. (Lib/Framework/API/Dev Tool)
- awesome-react - react-google-maps - React.js Google Maps integration component
- awesome-learning-resources - react-google-maps - React.js Google Maps integration component (Uncategorized / Uncategorized)
- awesome-react - react-google-maps - React.js Google Maps integration component ` π 3 years ago` (React [π](#readme))
README
# react-google-maps
> React.js Google Maps integration component[![Version][npm-image]][npm-url] [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url]
## [Introduction](https://tomchentw.github.io/react-google-maps/#introduction)
## [Installation](https://tomchentw.github.io/react-google-maps/#installation)
## [Usage & Configuration](https://tomchentw.github.io/react-google-maps/#usage--configuration)
## [Changelog][changelog-url]
The changelog is automatically generated via [standard-version][standard-version] and can be found in project root as well as npm tarball.
## [Demo App][demo-app-url]
* [Source code][demo-app-source]
* [CodeSandbox](https://codesandbox.io/s/2xyw6n4o9y)## Getting Help
**Before doing this, did you**:
1. Read the [documentation](https://tomchentw.github.io/react-google-maps)
2. Read the [source code](https://github.com/tomchentw/react-google-maps)_You can get someone's help in three ways_:
1. Ask on StackOverflow [with a google-maps tag](https://stackoverflow.com/questions/tagged/google-maps?sort=votes&pageSize=50) or [use react-google-maps as a keyword](https://stackoverflow.com/search?q=react-google-maps)
2. Ask in [the chat room][gitter-url]
3. Create a Pull Request with your solutions to your problemPlease, be noted, **no one**, I mean, **no one**, is obligated to help you in **ANY** means. Your time is valuable, so does our contributors. Don't waste our time posting questions like βhow do I do X with React-Google-Mapsβ and βmy code doesn't workβ. This is not the primary purpose of the issue tracker. Don't abuse.
## For contributors
Some simple guidelines
* **Don't** manually modify `lib` folder. They're generated during `yarn release` process
* Follow [conventional-commits-specification][conventional-commits-specification]
* [standard-version][standard-version]
* Auto generated: `src/macros` -> `src/components` -> `lib/components`
* Other components are manually maintained
* Use `yarn` and keep `yarn.lock` updated in PR
* Discuss! Discuss! Discuss![npm-image]: https://img.shields.io/npm/v/react-google-maps.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/react-google-maps[travis-image]: https://img.shields.io/travis/tomchentw/react-google-maps.svg?style=flat-square
[travis-url]: https://travis-ci.org/tomchentw/react-google-maps
[codeclimate-image]: https://img.shields.io/codeclimate/github/tomchentw/react-google-maps.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/tomchentw/react-google-maps
[codeclimate-coverage-image]: https://img.shields.io/codeclimate/coverage/github/tomchentw/react-google-maps.svg?style=flat-square
[codeclimate-coverage-url]: https://codeclimate.com/github/tomchentw/react-google-maps
[gemnasium-image]: https://img.shields.io/gemnasium/tomchentw/react-google-maps.svg?style=flat-square
[gemnasium-url]: https://gemnasium.com/tomchentw/react-google-maps
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/tomchentw/react-google-maps?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge[changelog-url]: https://github.com/tomchentw/react-google-maps/blob/master/CHANGELOG.md
[demo-app-url]: https://tomchentw.github.io/#/demos/react-google-maps
[demo-app-source]: https://github.com/tomchentw/tomchentw.github.io/blob/master/src/Pages/Demos/ReactGoogleMaps.jsx[standard-version]: https://github.com/conventional-changelog/standard-version
[conventional-commits-specification]: https://conventionalcommits.org/