React component with SoundCloud player
npm install react-soundcloudReact component for SoundCloud player
Installation
------------
``bash`
$ npm install react-soundcloudor
$ bower install react-soundcloud
http://rudeg.github.io/react-soundcloud/demo/
Usage
-----
SCPlayer takes one required prop:track
* : url of track at soundcloud, which will be played
SCPlaylist takes one required prop:tracks
* : array with urls of tracks from soundcloud, which will be played
Examples
SCPlayer:``
SCPlaylist:
`
var tracks = ['https://soundcloud.com/davidguetta/david-guetta-ft-sam-martin-dangerous-robin-schulz-remix-radio-edit',
'https://soundcloud.com/mayhem/mayhem-x-antiserum-hustle'];
``
MIT