Package Exports
- node-roku
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-roku) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Roku finder node-roku
by garciacom
Find any roku device connected to your internet network, easy to and fast, just scan and save to json file so you don't need to scan everytime, then you can use it for anything. enjoy and support this proyect.
Web: garciacom.net
Twitter: Garciacom_
Facebook: Garciacom
Functions:
// example
var Roku = require('node-roku');
Roku.find(function(err,roku){
if(!err){
Roku.getDevice(roku[0],function(err,data){
if(!err){ console.log(JSON.stringify(data)); }
});
}
})
Installation:
$ npm install node-roku --save