Navigation Menu

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

andrew/node-gps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

[UNMAINTAINED] Read NMEA data from GPS serial devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published