chromecast-scanner

0.5.0 • Public • Published

chromecast-scanner

scan your local network for chromecast devices and return the first found.

Usage

var scanner = require('chromecast-scanner');
 
scanner(function(err, service) {
  console.log('chromecast %s running on: %s',
    service.name,
    service.data);
});

Installation

npm install chromecast-scanner

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i chromecast-scanner

Weekly Downloads

32

Version

0.5.0

License

MIT

Last publish

Collaborators

  • smblott
  • xat