tiff / chromecast-scanner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%