Skip to content

Commit

Permalink
Merge pull request #243 from oyeanuj/patch-2
Browse files Browse the repository at this point in the history
Added Google APIs listed to the Readme
  • Loading branch information
ro-ka authored Dec 14, 2016
2 parents cf73f96 + 94ffc51 commit 0b9e2ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ As this component uses the Google Maps Places API to get suggests, you must incl
</html>
```

Visit the [Google Developer Console](https://console.developers.google.com) to generate your API key.
Visit the [Google Developer Console](https://console.developers.google.com) to generate your API key. The API's that you have to enable in your Google API Manager Dashboard are [Google Maps Geocoding API](https://developers.google.com/maps/documentation/geocoding/start), [Google Places API Web Service](https://developers.google.com/places/web-service/) and [Google Maps Javascript API] (https://developers.google.com/maps/documentation/javascript/).

The easiest way to use geosuggest is to install it from NPM and include it in your own React build process (using [Browserify](http://browserify.org), [Webpack](http://webpack.github.io/), etc).

You can also use the standalone build by including `dist/react-geosuggest.js` in your page. If you use this, make sure you have already included React, and it is available as a global variable.

```
```sh
npm install react-geosuggest --save
```

Expand Down Expand Up @@ -249,7 +249,7 @@ It is also possible to clear the value of the input contained within the GeoSugg

### Example

```js
```jsx
import React from 'react';
import ReactDOM from 'react-dom';
import Geosuggest from 'react-geosuggest';
Expand Down

0 comments on commit 0b9e2ac

Please sign in to comment.