satloc

0.0.3 • Public • Published

satloc

Parses satloc job files.

var Satloc = require('satloc');

var file = new Satloc('./sioux.job');

file.on('field', function(field) {
  console.dir(field); // { points: [ { lat: 43.207861, lng: -96.330689 }, ... ] }
});

file.on('done', function() {
  console.log("that's all she wrote");
});

file.parse();

Dependents (0)

Package Sidebar

Install

npm i satloc

Weekly Downloads

3

Version

0.0.3

License

none

Last publish

Collaborators

  • jdubie