1.15.11 • Published 9 years ago

node-geolocalisation v1.15.11

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Node-Geolocalisation

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

Installation

    npm install node-geolocalisation

Usage example

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

Enjoy !!!