A website built off of the Spotify Web API and SDK, using Vue.js with JSX.
# environment & build tools
brew install node yarn # node.js & yarn
Dependencies
yarn install
Run
yarn start
develop
yarn run dev
Note: You'll need a spotify web token (you can get one from the Spotify Web Portal. You'll then have to modify the server.js
file's CLIENT_ID
to be that code, you'll also need to change the variable redirectUri
to be 'http://localhost:3000/callback'
.