UNPKG

cast-web-api

Version:

Web API for Google Cast enabled devices.

11 lines (8 loc) 270 B
const Assistant = require('./google-assistant'); var googleAssistant = new Assistant(); googleAssistant.on('ready', function() { googleAssistant.broadcast('Hello world, this is a test'); }); googleAssistant.on('error', error => { console.log('error: ' + error); });