Skip to content

bennettstuart/vue-x-spotify

Repository files navigation

vue-x-spotify

Welcome to this small project, a Vue.js SPA feat. Spotify API.

Steps to run:

  1. sudo npm -g @vue/cli install vue-cli
  2. clone the repo, in the root of the project create a .env file with the following contents
    VUE_APP_CLIENT_ID=<id obtained from Spotify>
    VUE_APP_CLIENT_SECRET=<secret obtained from Spotify>
    VUE_APP_REDIRECT_URI=http://localhost:8080/login
    
  3. navigate to the root of the project in the terminal/command prompt
  • npm i
  • npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published