JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q39782F
  • License ISC

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

node-roku find roku devices (by Garciacom)

Find any roku device connected to your internet network, easy and fast, just scan and save to json file so you don't need to scan everytime, then you can controll anything from POST 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){
        var getFirstDevice = roku[0];
        Roku.getDevice(getFirstDevice,function(err,data){
            if(!err){ console.log(JSON.stringify(data)); }
        });
    }
})

Installation:

$ npm install node-roku --save