Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luanmuniz/react-google-place-autocomplete-input
A Input React Component for Google Place AutoComplete
https://github.com/luanmuniz/react-google-place-autocomplete-input
Last synced: about 1 month ago
JSON representation
A Input React Component for Google Place AutoComplete
- Host: GitHub
- URL: https://github.com/luanmuniz/react-google-place-autocomplete-input
- Owner: luanmuniz
- Created: 2018-05-29T16:08:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T11:48:28.000Z (about 6 years ago)
- Last Synced: 2024-09-23T16:16:13.344Z (about 2 months ago)
- Language: JavaScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
React Google Place Autocomplete input
===================
A Input React Component for Google Place AutoCompleteThe maintainers of the project are:
- [Luan Muniz](http://github.com/luanmuniz)
- [Arjun Komath](http://github.com/arjunkomath)## Install
`npm i react-google-place-autocomplete-input`
## Using
```javascript
import React from 'react';
import GooglePlaceSearchInput from 'react-google-place-autocomplete-input';export default React.createClass({
render() {
return (
);
}
});
```## General notes
- In lieu of a formal styleguide, take care to maintain the existing coding style and please do follow the guideline
- Add unit tests for any new or changed functionality.
- Lint and test your code using `npm test`.And please:
### Always run `npm test` before sending a PR
## Sending Pull-Requests
If you fixed or added something useful to the project, you can send pull-request. It will be reviewed by maintainer and accepted, or commented for rework, or declined. If you a new and don't know what you should do to send a PR, please see [this tutorial](https://gist.github.com/luanmuniz/da0b8d2152c4877f93c4)
Before sending you Pull Request please don't forget to check your code with `npm test`. PR that don't pass tests will not be accept