node-google-places
node-google-places copied to clipboard
Fix https parsing of url
Fixes #17
-
https
is returningBuffer
objects, so just concatenate them on request complete. - Use
url.format
to pass a complete href tohttps
I see that travis only builds for 0.6 and 0.8...
Ping.