nodebmc

0.0.7 • Public • Published

nodebmc

nodebmc is a client library for xbmc.

Installation

From npm:

npm install nodebmc

From source:

git clone https://github.com/gtuk/nodebmc.git
npm link

Usage

// remote video
var browser = require( 'nodebmc' ).createBrowser();
browser.on( 'deviceOn', function( device ) {
    device.play( 'http://remotehost/video.mp4', function() {
        console.info( 'video playing...' );
    });
});
browser.start();

For more examples visit test folder

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.7
    347
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.7
    347
  • 0.0.6
    0
  • 0.0.5
    2
  • 0.0.4
    0
  • 0.0.3
    0

Package Sidebar

Install

npm i nodebmc

Weekly Downloads

349

Version

0.0.7

License

ISC

Last publish

Collaborators

  • gtuk