Chromecast Discover
Discovers Cromecasts via mdns
Installation
npm install chromecast-discover
Usage
var chromecastDiscover = require('chromecast-discover');
chromecastDiscover.on('online', function(data) {
console.log(data);
});
Development
After checking out the repo, run npm test
to run the tests.
To release a new version, update the version number in package.json
, and then run npm version major|minor
, which will create a git tag for the version, push git commits and tags. Finally run npm publish
ro push the modulfe file to npmjs.com.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/johnf/chromecast-discover-node. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the ISC License.