1.2.0 • Published 5 years ago

react-soundcloud-component v1.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Overview

A React component that uses SoundCloud's oEmbed API to render music on a webpage.

screen shot 2019-02-02 at 9 17 29 pm

How to install

npm i --save react-soundcloud-component

How to include

import SoundCloudEmbed from './SoundCloudEmbed';;

How to use

<SoundCloudEmbed url="https://soundcloud.com/pinkworldpromo/trillk-coogi" height="300" width="300" />

Props

PropsDescription
urlsoundcloud url for a track, playlist, user
heightheight of embed object
widthwidth of embed object

Examples

https://tplusrex.github.io/react-soundcloud-component/

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago