convert-zip-to-gps
Version:
Convert any U.S. zip code into approximate lat/long GPS coordinates.
30 lines (29 loc) • 727 B
JSON
{
"name": "convert-zip-to-gps",
"version": "1.2.0",
"description": "Convert any U.S. zip code into approximate lat/long GPS coordinates.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ZIP",
"code",
"gps",
"convert",
"coordinates",
"geography",
"geolocation",
"map"
],
"author": "Jared Reando <jaredreando@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/JaredReando/convert-zip-to-gps.git"
},
"bugs": {
"url": "https://github.com/JaredReando/convert-zip-to-gps/issues"
},
"homepage": "https://github.com/JaredReando/convert-zip-to-gps#readme"
}