node-geolocate

0.0.0 • Public • Published

node-geolocate

Use geolocation services to get lat long. Currently only works on OSX Snow Leopard or greater, but I'd love contributions for other platforms.

 
var geolocate = require('node-geolocate');
geolocate(function(latLong){
   var latitude = latLong[0];
   var longitude = latLong[1];
});
 

Thanks to https://github.com/robmathers/WhereAmI for the actual heavy lifting!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i node-geolocate

      Weekly Downloads

      2

      Version

      0.0.0

      License

      BSD

      Last publish

      Collaborators

      • johnkpaul