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
- Host: GitHub
- URL: https://github.com/karan/sc-embed
- Owner: karan
- License: mit
- Created: 2014-05-13T17:58:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T19:33:32.000Z (over 11 years ago)
- Last Synced: 2025-07-15T06:37:19.823Z (6 months ago)
- Homepage: http://karan.github.io/sc-embed/
- Size: 951 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```