current-geo-location
Version:
Get user country, countryCode , StateCode , State, City, ZipCode and latitude , longitude using IP-API.
29 lines (28 loc) • 543 B
JSON
{
"name": "current-geo-location",
"version": "1.0.5",
"description": "Get user country, countryCode , StateCode , State, City, ZipCode and latitude , longitude using IP-API.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"geo",
"location",
"IP",
"ip-api",
"country",
"state",
"city",
"StateCode",
"ZipCode",
"countryCode",
"latitude",
"longitude"
],
"author": "Khuman Praful",
"license": "MIT",
"dependencies": {
"axios": "^1.7.9"
}
}