Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matswainson/vue-soundcloud-player

Custom Soundcloud player for Vue, supporting single tracks & playlists
https://github.com/matswainson/vue-soundcloud-player

custom-soundcloud-player player soundcloud vue vue-soundcloud-player

Last synced: 1 day ago
JSON representation

Custom Soundcloud player for Vue, supporting single tracks & playlists

Awesome Lists containing this project

README

        

![vue-soundcloud-player](https://matswainson.com/images/github/soundcloud.png)

# Vue custom soundcloud player

Custom Soundcloud player supporting single tracks & playlists

### Example

![vue-soundcloud-player-2](https://matswainson.com/images/github/soundcloud-player.png)

```js

import SoundCloud from 'vue-soundcloud-player';

export default {
...
components: {
SoundCloud
},
methods: {
ready() {
// fired when the player is loaded
}
}
...
}

```

#### Options

| Name | Type | Default | Description |
|-----------|-----------|-------------|-------------|
| track | `string` | - | ID of track |
| playlist | `string` | - | ID of playlist |
| mini | `boolean` | `false` | Small player with inline play button |
| theme | `string` | `dark` | Playlist colours - accepts `dark` or `light` |

Track or playlist IDs can be found from Soundcloud embed player URLs

### Browser Support

* Chrome
* Firefox
* Internet Explorer 9+
* Opera