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)
25 lines (19 loc) • 376 B
Markdown
Node-geolocation
====================
How to use google maps knowledge with node.js
https://www.npmjs.com/package/node-geolocation
## Installation
```
npm install node-geolocation
```
## Usage example
```
distanceBetweenTwoCoord('-1,-2','3,4');
```
```
adressToCoord('Paris, France');
```
```
distanceBetweenTwoAdress('Paris, France','New-York city');
```
Enjoy !!!