Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 927 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 927 Bytes

slack-audio

Small CLI app that employs webhooks to broadcast your current iTunes or Spotify song to a Slack channel.

Installation for hacking

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

Usage for hacking

./app.js --user USERNAME --url WEBHOOKSURL [--channel BOTCHANNEL --bot BOTNAME]

Need a Slack WebHook URL?

Get a WebHooks URL here


Installing globally

Note: this doesn't work yet.

npm install -g slack-audio

Usage if installed globally

slack-audio --user USERNAME --url WEBHOOKSURL [--channel BOTCHANNEL --bot BOTNAME]



License

MIT