0.5.0 • Published 8 years ago

chromecast-scanner v0.5.0

Weekly downloads
107
License
MIT
Repository
github
Last release
8 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

8 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

10 years ago