servedjs-geo
v1.1.2
Published
Servicejs integrated tools.
Maintainers
Readme
ServedJS GEO
$geo
var geoWatcher = $geo.newWatcher(function (position) {console.log("Position: ", position);});
geoWatcher.start();
geoWatcher.stop();npm install && npm audit fix && npm audit fix --force
npm ci && npm run build && npm run unit && npm run test && npm start
