Socket
Socket
Sign inDemoInstall

react-soundcloud

Package Overview
Dependencies
34
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-soundcloud

React component with SoundCloud player


Version published
Maintainers
1
Install size
3.58 kB
Created

Readme

Source

react-soundcloud

React component for SoundCloud player

Installation

$ npm install react-soundcloud
# or
$ bower install react-soundcloud

Demo

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:

<SCPlayer track="https://soundcloud.com/mayhem/mayhem-x-antiserum-hustle" />

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'];
      
<SCPlaylist tracks={tracks} />

License

MIT

Keywords

FAQs

Last updated on 30 Oct 2014

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc