polltery / spotify-playlist-joiner-app

A utility app made with Vue that inner-joins songs from 2 different playlists and saves it for the user if needed.

Home Page:https://polltery.github.io/spotify-playlist-joiner-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Playlist Joiner App

A simple app to combine songs from 2 different playlists into one single playlist.

App preview

How to build?

Make sure you have node and npm installed.

for local development (unix systems) 0. To setup the libraries first run npm install

  1. first run npm run build
  2. then npm run start

for production builds

  1. install npm install minify -g
  2. install npm install html-minifier -g
  3. build for production npm run production
  4. then npm run start

for local development (windows)

  1. copy paste all files from src/. to docs/
  2. replace variables #[VUE_URL] and #[REDIRECT_URL] in docs/index.html and docs/config.js respectively, depending on prod or dev build, check variable values below
ENV=DEV
VUE_URL=https://cdn.jsdelivr.net/npm/vue/dist/vue.js
REDIRECT_URL=http://localhost:3000/

ENV=PROD
VUE_URL=https://cdn.jsdelivr.net/npm/vue
REDIRECT_URL=https://polltery.github.io/spotify-playlist-joiner-app/

Contributing

Please only send changes to /src folder.

About

A utility app made with Vue that inner-joins songs from 2 different playlists and saves it for the user if needed.

https://polltery.github.io/spotify-playlist-joiner-app

License:MIT License


Languages

Language:JavaScript 60.8%Language:HTML 31.0%Language:Shell 8.2%