googleplaces
Advanced tools
Comparing version 0.5.1 to 0.6.0
@@ -13,2 +13,3 @@ (function () { | ||
var ImageFetch = require("./lib/ImageFetch.js"); | ||
var NearBySearch = require('./lib/NearBySearch.js'); | ||
@@ -25,3 +26,4 @@ module.exports = function (apiKey, outputFormat) { | ||
eventDetails: new EventDetails(apiKey, outputFormat), | ||
imageFetch: new ImageFetch(apiKey) | ||
imageFetch: new ImageFetch(apiKey), | ||
nearBySearch: new NearBySearch(apiKey, outputFormat) | ||
@@ -28,0 +30,0 @@ }; |
{ | ||
"name": "googleplaces", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "Node.js library for the Google Places API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
27726
30
595
10