soundcloud-stream

Stream SoundCloud URLs

Downloads
7
Stars
4

soundcloud-stream

Stream any URL at Soundcloud

stream = require('soundcloud-stream')('client-id')

stream('https://soundcloud.com/veyasin/heydouglas-live-in-europe-set', function (error, sound){

  sound.play()
  sound.pause()
  sound.mute()
  sound.setVolume()

});

Install

$ npm install soundcloud-stream