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.jsontoconfig.jsonand edit in your webhook URL and Sonos IP address. - Run
npm installto install dependencies. - Run
./index.iced.