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 & yarnDependencies
yarn install
Run
yarn startdevelop
yarn run devNote: 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'.