Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 364 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 364 Bytes

cshdj-soundcloud

SoundCloud plugin for CSH DJ.

Configuration

  • Register for a client ID and secret here.
  • Put it in the plugin config:
configuration: {
   //...
   'cshdj-soundcloud': {
      auth: {
	     client_id: 'YOUR_CLIENT_ID',
		 client_secret: 'YOUR_CLIENT_SECRET'
	  }
   }
}