#Magic Playlist /
Get the playlist of your dreams based on a song
Magic Playlist is an intelligent algorithm developed under Spotify's API that enables users to create a playlist based on a song.
The algorithm detects the main artists and creates a playlist based on their high rated tracks. You can preview each song, remove it and add security attributions such as public or private. Give it a name, save it into your Spotify's account and enjoy!
Go to MagicPlaylist /
#Features
- Create an Awesome playlist based on a song
- Play audio preview (30 seconds)
- Edit playlist
- Make new playlist based in a track of the list
- Save playlist in Spotify
- Share playlist
#Algorithm Overview
- Given a Track extract his popularity
- Get related Artists form that Track
- Get top tracks from each related Artist
- Sort all Tracks from popularity(ASC)
- Alternate by Artist
- Select a batch of 30 Tracks most closest to the first Track popularity
- Sort by popularity
- Alternate by Artist
- Enjoy the playlist
#Stack
- ES6
- Flux
- React
- Spotify-SDK
#Spotify API
This entire app is based on Spotify API❤️
#Stay In Touch
Follow us for news @magicplaylistco
#Press
#Contributing
npm install
npm run dev
Add polyfill to build and works with all browsers
npm run dev --production
Code by Lovera Joel (@loverajoel)
Design by Agustín Schelstraete (@aschelstraete)
Made with ❤️ from Córdoba, Argentina.