chromecast-scanner
v0.5.0
Published
scan your local network for chromecast devices and return the first found.
Downloads
144
Readme
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