dcts-google-places-api
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "dcts-google-places-api", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Node client for Google Places API (placeSearch, placeDetails, placePhoto). Written by dcts.", | ||
@@ -11,3 +11,3 @@ "main": "src/GooglePlacesApi.js", | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/dcts/node-google-places-api.git" | ||
"url": "git+ssh://git@github.com/dcts/dcts-google-places-api.git" | ||
}, | ||
@@ -22,4 +22,4 @@ "keywords": [ | ||
], | ||
"author": "Thomas Starzynski <thommy-star@hotmail.ch> (dcts.github.io/CV)", | ||
"license": "mit", | ||
"author": "Thomas Starzynski <thomas@liist.com> (dcts.github.io/CV)", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -26,0 +26,0 @@ "url": "https://github.com/dcts/node-google-places-api/issues" |
@@ -132,4 +132,6 @@ # Google Places API (for node) | ||
- [ ] run `npm run test` to see missing tests. | ||
- [ ] escape queries with `encodeURI()` or `encodeURIComponent` -> write tests for them first. | ||
- [ ] why some request work on google maps webinterface but not with the API, like this one: `Bartleby’s Ice Cream Cakes` -> no results from the API, but finds it on webinterface. I think it could be something with the top appostroph. | ||
# Credits | ||
Written by [dcts](www.github.com/dcts) for personal use only. Check my [portfolio website](https://dcts.github.io/CV/). Or go play [tetris](https://dcts-tetris-spheres.firebaseapp.com/). |
18818
137