Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-geolocation

radjivC231MIT1.15.14

Simple Node Geolocation library based on google maps API technology

geolocalisation, geolocation, location, coordinates, adress, latitude, longitude, GPS, gps, geo, google, maps

readme

Node-geolocation

NPM

How to use google maps knowledge with node.js https://www.npmjs.com/package/node-geolocation

Installation

    npm install node-geolocation

Minimun to use

var geolocation = require('node-geolocation');

Usage example

var distance = distanceBetweenTwoCoord('-1,-2','3,4');
var coord =  adressToCoord('Paris, France');
var distance = distanceBetweenTwoAdress('Paris, France','New-York city');

Enjoy !!!

Licence

MIT License. See LICENSE for details.