0.0.1 • Published 9 years ago

hubot-soundcloud v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-soundcloud

This is a Hubot script that uses the Soundcloud API to search for a track name and returns the (first) most relevant result.

Getting Started

Installation

In hubot project repo, run:

npm install hubot-soundcloud --save

Then add hubot-soundcloud to your external-scripts.json:

["hubot-soundcloud"]

Configuration

A soundcloud Client ID is required to use this script. Fetch one from the Soundcloud for Developers page. Once acquired, an environmental variable HUBOT_SOUNDCLOUD_CLIENT_ID must be set with your Client ID. For Heroku deployments, this can be acheived by

% heroku config:add HUBOT_SOUNDCLOUD_CLIENT_ID=xxxxxxxxxxxx`