Google places client for the browser with a sane API
$ npm install --save complacent
var Maps = require('complacent')
var maps = Maps({
key: 'yourApiKey'
})
maps.autocomplete.places({input: 'San Francisco'}, function (err, results) {
//=> null, [{id: 'abc'} ...]
})
For more details on the returned API, see google-places-browser.
Required
Type: object
Options passed to load-google-maps.
MIT © Ben Drucker