UNPKG

react-google-maps

Version:
65 lines (41 loc) 2.53 kB
# react-google-maps [![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] > React.js Google Maps integration component [![Version][npm-image]][npm-url] ## Demo Static hosted [demo site][demo] on GitHub. ## Example Please refer to [client][client] folder for example. ## Usage This module requires to be bundled with [webpack][webpack]/browserify and loads `react/addons` internally. WIP: release a UMD version via bower/components. ### Development ```shell git clone ... npm run dev_install npm run dev ``` Then open [http://localhost:8080](http://localhost:8080). ## Contributing [![devDependency Status][david-dm-image]][david-dm-url] 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request [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 [david-dm-image]: https://img.shields.io/david/dev/tomchentw/react-google-maps.svg?style=flat-square [david-dm-url]: https://david-dm.org/tomchentw/react-google-maps#info=devDependencies [demo]: http://tomchentw.github.io/react-google-maps/ [client]: https://github.com/tomchentw/react-google-maps/tree/master/client [webpack]: http://webpack.github.io/docs/tutorials/getting-started/