A web app that allows a Spotify user to merge multiple (personal, private, and public) playlists into a new awesome playlist.
- Website: https://componofy.herokuapp.com/
- Video tutorial: Watch video
- ⭐ Give the project a star if you use or like the app - it helps a lot! ⭐
-
Reorder the tracks in your playlists just with drag and drop!
-
Select all or specific tracks from the playlist to add to the queue
-
Search and add public playlist tracks created by Spotify users around the world. You can search by genre, artist, song, mood, and other categories.
-
Create a new playlist out of added personal and public playlist tracks. You can add a custom playlist cover image and set it as either private or public.
-
Or... you can combine the added playlist tracks with one of your existing playlists. Now your playlist is updated with the brand new songs! This is the idea of merging different types of playlists into another playlist you own.
- Each release has its own set of new features. You can find the details in the releases section
- You can also track the board of features I am working on in this project board
PRs are always welcome! If there is a bug or a new feature that you can add to this app, I would appreciate it a lot! Read the contribution guide to have you up and running. If you find the guide confusing, create an issue or join chat.
To run the project on your local machine:
git clone https://github.com/DalerAsrorov/componofy.git
cd ./componofy
yarn install
- In
/componofy/src/utils/helpers.js
replaceDEV_SERVER_URL
withHOST_URL
. - Create an
.env
file with the following information:
APP_CLIENT_URL=http://localhost:3000
SPOTIFY_CLIENT=[your own spotify client key]
SPOTIFY_CLIENT_SECRET=[your own spotify client secret key]
SPOTIFY_REDIRECT_URI=http://localhost:3001/api/callback
YAR_PASS=[any set of characters (without quotes)]
DEV_MODE=true
yarn start:api
in one terminal (window/tab)yarn start:dev
in another terminal (window/tab)- Go to
localhost:3000
in your favorite browser
Note: you can get spotify client app and secret keys in Developer's website section