/collections

https://collections.glitch.me/

Primary LanguageVue

Collections

alt text

Description

A website built off of the Spotify Web API and SDK, using Vue.js with JSX.

Setup

# environment & build tools
brew install node yarn # node.js & yarn

Dependencies

yarn install

Run

yarn start

Develop

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'.