vue-spotify

Spotify client built with vue.js / vuex.

Authenticated users must have a valid Spotify Premium subscription because if it doesn't, Web Playback SDK will not work.

PlaylistView

AlbumsView

BrowseView

Features

Authorization

  • Login
  • Logout
  • Refresh token

Browse

  • Get a List of Categories
  • Get New Releases

Playlist manipulation

  • Get a user's playlists
  • Create playlists

Follow

  • Follow a playlist
  • Unfollow a playlist

Player

  • Get a user's available devices
  • Connect to another device
  • Start/Resume a User's Playback
  • Get the User's Currently Playing Track
  • Set volume
  • Skip User’s Playback To Next Track
  • Skip User’s Playback To Previous Track
  • Seek playback to a given position
  • Toggle Shuffle For User’s Playback
  • Set Repeat Mode On User’s Playback

GitHub