UNPKG

react-google-maps-jimmy

Version:
79 lines (48 loc) 3.92 kB
# react-google-maps-jimmy > 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-jimmy/#introduction) ## [Installation](https://tomchentw.github.io/react-google-maps-jimmy/#installation) ## [Usage & Configuration](https://tomchentw.github.io/react-google-maps-jimmy/#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-jimmy) 2. Read the [source code](https://github.com/tomchentw/react-google-maps-jimmy) _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-jimmy as a keyword](https://stackoverflow.com/search?q=react-google-maps-jimmy) 2. Ask in [the chat room][gitter-url] 3. Create a Pull Request with your solutions to your problem Please, 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-jimmy” and “my code doesn't work”. This is not the primary purpose of the issue tracker. Don't abuse. ## For contributors <details> <summary>Some simple guidelines</summary> * **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! </details> [npm-image]: https://img.shields.io/npm/v/react-google-maps-jimmy.svg?style=flat-square [npm-url]: https://www.npmjs.org/package/react-google-maps-jimmy [travis-image]: https://img.shields.io/travis/tomchentw/react-google-maps-jimmy.svg?style=flat-square [travis-url]: https://travis-ci.org/tomchentw/react-google-maps-jimmy [codeclimate-image]: https://img.shields.io/codeclimate/github/tomchentw/react-google-maps-jimmy.svg?style=flat-square [codeclimate-url]: https://codeclimate.com/github/tomchentw/react-google-maps-jimmy [codeclimate-coverage-image]: https://img.shields.io/codeclimate/coverage/github/tomchentw/react-google-maps-jimmy.svg?style=flat-square [codeclimate-coverage-url]: https://codeclimate.com/github/tomchentw/react-google-maps-jimmy [gemnasium-image]: https://img.shields.io/gemnasium/tomchentw/react-google-maps-jimmy.svg?style=flat-square [gemnasium-url]: https://gemnasium.com/tomchentw/react-google-maps-jimmy [gitter-image]: https://badges.gitter.im/Join%20Chat.svg [gitter-url]: https://gitter.im/tomchentw/react-google-maps-jimmy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge [changelog-url]: https://github.com/tomchentw/react-google-maps-jimmy/blob/master/CHANGELOG.md [demo-app-url]: https://tomchentw.github.io/#/demos/react-google-maps-jimmy [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/