Skip to content

timgoeller/vue-spotify-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify Player built with Vue.js

alt text

This project requires font-awesome-pro!

This experimental Spotify-Player was built using Vue.js, and allows for user authentication on the client-side. There is no logic to automatically refresh the token once it expires yet.

Due to limitations regarding fetching the Spotify queue, it's unfortunately not possible to display more than the next 2 upcoming songs.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint