spotifyCurrentlyPlaying.js

0.3.2 • Public • Published

spotifyCurrentlyPlaying.js

Display your currently playing Spotify song(s) using Last.fm scrobbling.

Documentation

http://kylebrumm.com/spotifyCurrentlyPlaying.js/

To-Do

  • [ ] Add Methods
    • [ ] refresh() - Refresh the player
    • [ ] destroy() - Remove the player
  • [ ] Add Events
    • [ ] - init - Fires after SCP initializes for the first time
    • [ ] - reInit - Fires every time SCP re-initializes
  • [ ] Turn into a Bower package
  • [ ] Turn into an npm package
  • Website
    • [ ] Add a table of all the "options"
    • [ ] Add a "Browser Support" section

Settings

Option Type Default Description
selector string|element '.scp-container' Class or selector for the container
username string '' LastFM username
api_key string '' LastFM API key
width int 300 Width of the player
height int 400 Height of the player
theme string 'black' Theme of the player (black, white)
view string 'list' View of the player (list, coverart)
count int 1 Number of tracks to display
backup_ids array [...] Backup IDs of tracks to display if no tracks are found

Browser Support

  • Chrome (todo)
  • Firefox (todo)
  • Safari (todo)
  • Opera (todo)
  • IE (todo)

License

Copyright © Kyle Brumm. spotifyCurrentlyPlaying.js is free to use on whatever and may be redistributed under the terms specified in the license.

Dependencies (0)

    Dev Dependencies (6)

    Package Sidebar

    Install

    npm i spotifyCurrentlyPlaying.js

    Weekly Downloads

    24

    Version

    0.3.2

    License

    MIT

    Last publish

    Collaborators

    • kylebrumm