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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nodebmc

    Weekly Downloads

    349

    Version

    0.0.7

    License

    ISC

    Last publish

    Collaborators

    • gtuk