1.15.14 • Published 9 years ago

node-geolocation v1.15.14

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

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.

1.15.14

9 years ago

1.15.13

9 years ago

1.15.12

9 years ago

1.15.11

9 years ago

1.15.10

9 years ago

1.15.9

9 years ago

1.15.8

9 years ago

1.15.7

9 years ago

1.15.6

9 years ago

1.15.5

9 years ago

1.15.4

9 years ago

1.15.3

9 years ago

1.15.2

9 years ago

1.14.2

9 years ago