Slack Integration for Sonos
Nice and simple - it'll post the currently playing song to Slack.
- Install node.js
- Create a new incoming Slack webhook at https://yoursite.slack.com/services/new/incoming-webhook and record the Webhook URL.
- In the Sonos application's About screen, record the Sonos box's IP address.
- Copy
config-example.json
to config.json
and edit in your webhook URL and Sonos IP address.
- Run
npm install
to install dependencies.
- Run
./index.iced
.