Small CLI app that employs webhooks to broadcast your current iTunes or Spotify song to a Slack channel.
git clone http://github.com/maxrelax/slack-audio.git
cd slack-audio
sudo gem install bundler # if you don't already have the bundle command
bundle install # installs ruby dependencies from Gemfile
npm install # installs node dependencies from package.json
./app.js --user USERNAME --url WEBHOOKSURL [--channel BOTCHANNEL --bot BOTNAME]
Note: this doesn't work yet.
npm install -g slack-audio
slack-audio --user USERNAME --url WEBHOOKSURL [--channel BOTCHANNEL --bot BOTNAME]
MIT