Skip to content

mantoni/locatify.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Locatify.js

Build Status SemVer License

Geo location and device orientation as an EventEmitter.

Usage

var locatify = require('locatify');

var locationTracker = locatify.create();

API

The location tracker inherits from EventEmitter.

  • destroy(): Remove all event handlers and listeners from this event emitter.

Events

  • position: Emitted when the position changes. The passed object has these properties:
    • latitude
    • longitude
    • accuracy
  • heading: Emitted when the device orientation changes with the new degree numeric value.
  • error: If an error occurred obtaining the device position.

Development

  • npm install to install the dev dependencies
  • npm test to lint, run tests in PhantomJS and check code coverage

License

MIT

About

Geo location and device orientation as an EventEmitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published