An open API service indexing awesome lists of open source software.

https://github.com/karan/sc-embed

Web component wrapper for embedding SoundCloud tracks
https://github.com/karan/sc-embed

Last synced: 6 months ago
JSON representation

Web component wrapper for embedding SoundCloud tracks

Awesome Lists containing this project

README

          

\
================

Web component wrapper for embedding SoundCloud tracks

| [Documentation](http://karan.github.io/sc-embed/) | [Live demo](http://karan.github.io/sc-embed/components/sc-embed/demo.html) |
| --- | --- |

## Examples

Play a track by searching on SoundCloud

Play a track denoted by it's track ID on SoundCloud

## Install

### Method 1 - bower

bower install sc-embed [--production]

### Method 2 - Polymer

1. Import Web Components' polyfill:

```xml

```

2. Import Custom Element:

```xml

```

3. Start using it!

```xml

```