0.0.1 • Published 9 years ago
@rainder/where-am-i v0.0.1
Where Am I?
const whereAmI = require('@rainder/where-am-i');
whereAmI.getLocation().then((location) => {
location === {
point: GeoPoint, //lat, lng
accuracy: Number, //in meters
timestamp: Date,
};
});
0.0.1
9 years ago