Simple Node Geolocation library based on google maps API technology
npm install node-geolocationNode-geolocation
====================

How to use google maps knowledge with node.js
https://www.npmjs.com/package/node-geolocation
```
npm install node-geolocation
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 !!!
MIT License. See LICENSE for details.