city
Version:
The City API returns the city from a latitude and longitude using spatial mapping and data anlysis.
24 lines (23 loc) • 493 B
JSON
{
"name": "city",
"version": "1.0.4",
"description": "The City API returns the city from a latitude and longitude using spatial mapping and data anlysis.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"City",
"Location",
"Latitude",
"Longitude",
"Country",
"GPS",
"API"
],
"author": "WilliamDaniels1995@gmail.com",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1"
}
}