Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 784 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 784 Bytes

spotify-playlist-merge

This Webapp allows you to merge multiple playlists into one new or existing playlist. You will have the choice to either delete all the songs of the existing playlist and just merge the new ones into it or delete all songs and merge every new song into the playlist. This allows you to have seperate playlists that are sorted by genres or similar and one playlist where all your sorted playlists are in to have a good mixture of your loved songs.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.