Run this code on your computer and it will check for new github notifications every minute, and read them to you through your Google Home speaker
- copy .env_default and rename to .env
- go to https://github.com/settings/tokens and create a token with notification scope and put it in .env
- go to your google home app and find the IP of your Google Home, and put it in .env
- yarn install
- run node .
You will now hear your github notifications from your Google Home :-)