node-geolocalisation
Version:
Simple Node Geolocalisation based google maps API technology (it is no longer maintained, please switch to https://www.npmjs.com/package/node-geolocation)
47 lines (46 loc) • 1.55 kB
JSON
{
"name": "node-geolocalisation",
"version": "1.15.11",
"description": "Simple Node Geolocalisation based google maps API technology (it is no longer maintained, please switch to https://www.npmjs.com/package/node-geolocation)",
"repository": {
"type": "git",
"url": "https://github.com/radjivC/node-geolocation.git"
},
"keywords": [
"geolocalisation",
"geolocation",
"location",
"coordinates",
"adress",
"latitude",
"longitude",
"GPS",
"gps",
"geo",
"google",
"maps"
],
"author": {
"name": "radjivf",
"email":"carrereradjiv@yahoo.fr",
"personal-website":"about.me/radjivf"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/radjivC/node-geolocation/issues"
},
"dependencies": {
"node-geocoder": "^2.12.0",
"google-distance": "^0.2.1"
},
"main": "./lib/geolocalisation.js",
"files": [
"LICENSE",
"README.md"
],
"homepage": "https://github.com/radjivC/node-geolocalisation",
"_id": "node-geolocalisation@1.15.2",
"readme": "Node-Geolocalisation\n====================\nHow to use google maps knowledge with node.js \nhttps://www.npmjs.com/package/node-geolocalisation\n\n## Installation\n\n```\n npm install node-geolocalisation\n```\n\n## Usage example\n\n```\ndistanceBetweenTwoCoord('-1,-2','3,4');\n```\n```\nadressToCoord('Paris, France');\n```\n```\ndistanceBetweenTwoAdress('Paris, France','New-York city');\n```\n\nEnjoy !!!\n",
"readmeFilename": "README.md",
"_id": "node-geolocalisation@0.12.0"
}