gpsy

0.0.4 • Public • Published

gpsy

A GPS serial client.

Install

npm install gpsy

Usage

 
var gpsy = require("gpsy");
 
var gps = gpsy("/dev/cu.SLAB_USBtoUART"); // your serial device
 
gps.on("fix", console.log);
gps.on("position", console.log);
gps.on("speed", console.log);
gps.on("time", console.log);
 

License

Public Domain

/gpsy/

    Package Sidebar

    Install

    npm i gpsy

    Weekly Downloads

    4

    Version

    0.0.4

    License

    none

    Last publish

    Collaborators

    • yetzt