UNPKG

rev-geocoding

Version:

A lightweight reverse geocoding package using OpenStreetMap's Nominatim API.

24 lines (23 loc) 735 B
{ "name": "rev-geocoding", "version": "1.0.2", "description": "A lightweight reverse geocoding package using OpenStreetMap's Nominatim API.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": ["reverse-geocoding", "geocoding", "OpenStreetMap", "location", "Nominatim"], "author": "Md. Atikur Rahman", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/MohammadAtikurRahman/reverse-geocoding.git" }, "bugs": { "url": "https://github.com/MohammadAtikurRahman/reverse-geocoding/issues" }, "homepage": "https://github.com/MohammadAtikurRahman/reverse-geocoding#readme", "dependencies": { "axios": "^1.7.9" } }