timgoeller / vue-spotify-app

A client-side Vue.js Spotify-Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A client-side Vue.js Spotify-Player


Languages

Language:Vue 77.9%Language:JavaScript 14.3%Language:CSS 4.8%Language:HTML 2.9%