Skip to content
This repository has been archived by the owner on Jan 7, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 814 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 814 Bytes

Read GPS data from GPS serial devices

Install

npm install gps

Usage

var GPS = require('gps')

var gps = new GPS();
 
gps.on('location', function(data) {
  console.log(data);
});

Development

Source hosted at GitHub. Report Issues/Feature requests on GitHub Issues.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Send me a pull request. Bonus points for topic branches.

Copyright

Copyright (c) 2013 Andrew Nesbitt. See LICENSE for details.