0.5.0 • Published 10 years ago

chromecast-scanner v0.5.0

Weekly downloads
107
License
MIT
Repository
github
Last release
10 years ago

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

0.5.0

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

11 years ago

0.0.1

11 years ago