usegeoaddress
Version:
usegeoaddress is a lightweight npm package that retrieves users' current location, including city, district, and region details. It also handles location permission errors seamlessly for a smooth user experience.
52 lines (51 loc) • 1.24 kB
JSON
{
"name": "usegeoaddress",
"version": "2.2.1",
"description": "usegeoaddress is a lightweight npm package that retrieves users' current location, including city, district, and region details. It also handles location permission errors seamlessly for a smooth user experience.",
"main": "usegeoaddress.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/therohantomar/usegeoaddress.git"
},
"keywords": [
"usegeoAddress",
"geo-location",
"useGeoLocation",
"geolocation",
"user",
"location",
"current",
"location",
"precise",
"location",
"location",
"details",
"city",
"district",
"region",
"coordinates",
"latitude",
"longitude",
"user",
"experience",
"permission",
"handling",
"npm",
"package",
"address"
],
"author": "therohantomar@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/therohantomar/usegeoaddress/issues"
},
"homepage": "https://github.com/therohantomar/usegeoaddress#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}