Skip to content

📱 Reading position updates from DeLorme inReach users public feeds

License

Notifications You must be signed in to change notification settings

thomasbrueggemann/inreach.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inreach.js Build Status npm

Reading position updates from DeLorme inReach users public feeds

Installation

npm install inreach.js

Usage

var inreach = require("inreach");

inreach.get("username", function(pos, more) {
    console.log(pos);   // prints either a lat/long array
                        // [56.57469, 9.05306] or null

    console.log(more);  // prints more information about the vessel
                        // {course: 360, speed: 2, name: "Display Name of InReach device"}
                        // speed in knots, course in degrees
});

Disclaimer

I am not associated or affiliated with DeLorme. I just wanted to consume the .kml feed :)

About

📱 Reading position updates from DeLorme inReach users public feeds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages