UNPKG

search-destination-cache

Version:

Search destinations by name, address, point of interest or coordinates. Using Redis DB for caching.

51 lines (50 loc) 1.02 kB
{ "name": "search-destination-cache", "version": "0.0.7", "description": "Search destinations by name, address, point of interest or coordinates. Using Redis DB for caching.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "search", "destination", "geocoder", "reverse", "place", "address", "name", "coordinate", "google", "osm", "open street map", "geoname", "geonames", "poi", "point of interest", "async", "queue", "cache", "caching", "redis", "subscribe", "publish", "pubsub", "message" ], "dependencies": { "hiredis": "^0.1.17", "redis": "^0.10.3", "search-destination-async": "0.0.11", "underscore": "^1.6.0" }, "author": { "name": "Oleg Kravchuk", "email": "kolegm.real@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/kolegm/search-destination-cache" }, "license": "ISC" }