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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i component-spotify

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • cggaurav