UNPKG

signalk-provider-vor1415

Version:

This provider takes the VOR2014/2015 JSON stream and transforms it into Signal K vessel information

6 lines (5 loc) 223 B
var Race = require('../lib'); var race = new Race('http://www.volvooceanrace.com/fr/rdc/VOLVO_WEB_LEG2_2014.json', { interval: 120000 }); race.on('data', function(data) { console.log('delta\n', JSON.stringify(data)); });