Skip to content

wach128/vue-spotify

 
 

Repository files navigation

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.

alt text alt text alt text

Features

Authorization

  • Login
  • Logout
  • Refresh token

Search

  • Get Spotify Catalog information about artists, albums, tracks or playlists that match a keyword string.

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

Read more

About

Spotify client built with vue.js / vuex

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 66.0%
  • JavaScript 19.4%
  • SCSS 10.8%
  • Sass 3.2%
  • HTML 0.6%