get-lat-long-queue
Version:
A node js redis package that creates a queue of requests and processes with FIFO principles, spacing requests, and retrieving lattitude and longitude data for a specified address from Nominatim API.
24 lines (23 loc) • 624 B
JSON
{
"name": "get-lat-long-queue",
"version": "1.0.0",
"description": "A node js redis package that creates a queue of requests and processes with FIFO principles, spacing requests, and retrieving lattitude and longitude data for a specified address from Nominatim API.",
"main": "index.js",
"scripts": {
},
"keywords": [
"Nominatim",
"Queue",
"Redis",
"Rate Limiter"
],
"author": "Kushal Ghimire for Dolphy.ca",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kg-git-dev/get-lat-long-queue.git"
}
}