PlaylistCompanion
PlaylistCompanion is your best friend when the subject is music. It helps you see all your favorite musicians and see all the musicians that are related to them!
PlaylistCompanion uses in general two services. One is the Spotify API used to perform actions in spotify and get the musics/playlists and the other is companion-worker which is used to provide the app authorization from Spotify.
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.