node-google-places icon indicating copy to clipboard operation
node-google-places copied to clipboard

A Google Places lib for node.js

Results 14 node-google-places issues
Sort by recently updated
recently updated
newest added

places.search doesn't include a location object. lol, what is this library?

This module has not been updated in a long time. @jpowers are you accepting PRs? I encountered this error with yarn ``` yarn install v1.3.2 [1/5] 🔍 Validating package.json... [2/5]...

I try your example of autocomplete and it get me the response in console , but i don't understand how add this response to my field .

Trying to call places.autocomplete from a browser app (vue.js). Sorry if this turns out to be a question rather than an issue,. Here's the code: ``` import Multiselect from 'vue-multiselect';...

Fixes #17 - `https` is returning `Buffer` objects, so just concatenate them on request complete. - Use `url.format` to pass a complete href to `https`

The npmjs readme says `npm install node-google-places` when the package name is `google-places`

I'm not really sure what the underlying issue is. I'm on node 0.10.40 and while the tests pass, I always get `{'status_code': 500, 'status_text': 'JSON Parse Failed'}` as a response...

The reference field was [deprecated](https://developers.google.com/places/documentation/search) on June 24 and replaced with place_id, so this module will stop working in about 9 months. I'm happy to submit a pull request but...