I would like to make google home say something on a event base, let say I am streaming live score results for football teams and would like Google Home to announce the results every time a team scores a goal.
Currently I am trying to use this npm package: https://www.npmjs.com/package/google-home-push applying following command:
npm install --save google-home-push
but for some reason I was unable to install it in both windows and ubuntu. Different errors into two os. Looks like for me the package is missing something as it cannot be that it cannot work on any os.
Any idea how can I achieve such thing? Any other package or technique to achieve this.