文件名称:geo-cache:基于Redis的Google Maps API查询缓存代理
文件大小:110KB
文件格式:ZIP
更新时间:2024-05-27 15:37:32
JavaScript
地理缓存 Google Maps API查询的基于Redis的缓存代理。 用例 我们需要本地代理才能将对Google Maps API的请求缓存到Redis中。 用法 我们使用与Google Maps API相同的路径和查询,例如: curl 'http://localhost:8851/maps/api/geocode/json' \ -G --data-urlencode 'address=Waitrose, Witney, Oxfordshire, UK' | grep formatted | sed 's/^\s*//' "formatted_address": "The Woolgate Centre, Woolgate Centre, 25 Market Square, Witney OX28 6AR, UK", 该服务在端口8851运行的位置 安装 码头工人 我们
【文件预览】:
geo-cache-master
----.eslintrc(93B)
----yarn.lock(54KB)
----development()
--------run.sh(537B)
--------commit.sh(96B)
----Dockerfile(105B)
----lib()
--------main.js(6KB)
--------spec.js(1KB)
--------index.js(69B)
----test()
--------curl.sh(382B)
----README.md(9KB)
----docs()
--------readme()
----.gitignore(72B)
----bin()
--------redeploy.sh(349B)
----package.json(809B)