Google Autocomplete React Hook
A react hook wrapper for the google maps location autocomplete api. See also Google's places autocomplete docs.
Installation
npm i google-autocomplete-react-hookyarn add google-autocomplete-react-hook
Usage
The hook accepts an API key and will return a function that you can use to make autocompletion requests to Google's API.
The returned function accepts an AutocompletionRequest and returns a promise-wrapped list of AutocompletePrediction.
Basic Example
;
Tests
npm run test