component-spotify

0.0.1 • Public • Published

Spotify

Spotify play button component

Installation

$ component install cggaurav/component-spotify

Example

var Spotify = require('spotify');
var spotify = new Spotify('https://embed.spotify.com/?uri=spotify:user:erebore:playlist:788MOXyTfcUb1tdw4oC7KJ', 400, 450, 'white', 'coverart');
var another_spotify = new Spotify;
document.body.appendChild(spotify.el);
document.body.appendChild(another_spotify.el);
another_spotify.src("https://embed.spotify.com/?uri=spotify:user:erebore:playlist:788MOXyTfcUb1tdw4oC7KJ")
another_spotify.view("list")

License

MIT

/component-spotify/

    Package Sidebar

    Install

    npm i component-spotify

    Weekly Downloads

    1

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • cggaurav