node-corelocation
Get your computer's location, via the CoreLocation framework. Only compatible with OSX.
var cl = require('corelocation');
cl.getLocation(); // [longitude, latitude]
Mostly a nodejs port of lost for Ruby.
ERROR: No README.md file found!
Homepage Repository npm Objective-C++ Download
npm install corelocation@0.0.1
Get your computer's location, via the CoreLocation framework. Only compatible with OSX.
var cl = require('corelocation');
cl.getLocation(); // [longitude, latitude]
Mostly a nodejs port of lost for Ruby.