Skip to content

Commit 0b9e2ac

Browse files
authored
Merge pull request ubilabs#243 from oyeanuj/patch-2
Added Google APIs listed to the Readme
2 parents cf73f96 + 94ffc51 commit 0b9e2ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ As this component uses the Google Maps Places API to get suggests, you must incl
2525
</html>
2626
```
2727

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/).
2929

3030
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).
3131

3232
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.
3333

34-
```
34+
```sh
3535
npm install react-geosuggest --save
3636
```
3737

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

250250
### Example
251251

252-
```js
252+
```jsx
253253
import React from 'react';
254254
import ReactDOM from 'react-dom';
255255
import Geosuggest from 'react-geosuggest';

0 commit comments

Comments
 (0)