Coder Social home page Coder Social logo

gk4m / vue-spotify Goto Github PK

View Code? Open in Web Editor NEW
473.0 473.0 70.0 8.29 MB

Spotify client built with vue.js / vuex

Home Page: https://gk4m.github.io/vue-spotify/

License: Apache License 2.0

HTML 0.64% Vue 66.05% JavaScript 19.41% Sass 3.15% SCSS 10.75%
js spotify spotify-api vue vue2 vuejs vuejs2 vuex

vue-spotify's Introduction


Hi there ๐Ÿ‘‹


vue-spotify's People

Contributors

break7533 avatar gk4m avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-spotify's Issues

Demo is no longer playing

Hi, your Demo is no longer working. Is it a known bug? Is it IOS 16? Or is it the Spotify API that has changed?

FYI: node-sass version needs updated to work with Node 13.x

Great project and example that's very much appreciated!

FYI: Users running node 13.x need to update the dev-dependency on [email protected] to [email protected], or the initial npm install fails. (can attach debug-log files if requested).

Manually changing the package.json file specified version, then retrying npm install, then proceeds successfully.

[I'd send a pull request if this was more than a one file/one number modification]

node-sass-versions

Spotify token expiry

I noticed that the Spotify token expires after 1 hour and the refresh token logic is not working properly.

I think it's because the access token is marked as const in player.js the following code fixes it for me:

const player = new Player({
    name: "Vue Spotify Web Player",
    getOAuthToken: (cb) => {
        cb(rootGetters["auth/getAccessToken"]);
    }
});

Add a license

Really loving what you've done with this project! It looks awesome!

I'm currently implementing a spotify interface of my own (with additional features) and would love to use your project as a base. As I'm planning on making this a commercial product though I can only use it if it has a license. Any chance you could add an MIT license to this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.