1.15.14 • Published 10 years ago

node-geolocation v1.15.14

Weekly downloads
4
License
MIT
Repository
github
Last release
10 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

10 years ago

1.15.13

10 years ago

1.15.12

10 years ago

1.15.11

10 years ago

1.15.10

10 years ago

1.15.9

10 years ago

1.15.8

10 years ago

1.15.7

10 years ago

1.15.6

10 years ago

1.15.5

10 years ago

1.15.4

10 years ago

1.15.3

10 years ago

1.15.2

10 years ago

1.14.2

10 years ago