You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ As this component uses the Google Maps Places API to get suggests, you must incl
25
25
</html>
26
26
```
27
27
28
-
Visit the [Google Developer Console](https://console.developers.google.com) to generate your API key.
28
+
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/).
29
29
30
30
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).
31
31
32
32
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.
33
33
34
-
```
34
+
```sh
35
35
npm install react-geosuggest --save
36
36
```
37
37
@@ -249,7 +249,7 @@ It is also possible to clear the value of the input contained within the GeoSugg
0 commit comments