Discoverfy uses the "Tinder Swipes" user interface to display 30-second music previews and help users find new music. Music is curated based off of the users Spotify music history. Swiping right will save a song to a Spotify playlist called "Discoverfy App". Swiping left will store the song in a database, not to be shown again.
I am always listening to the same songs and artists. The Discover Weekly playlist on Spotify is one of my favorite features, but I wanted more than 30 songs per week. So I built an app for that.
I am still cleaning a lot of the code, but suggestions are always welcome.
To clone this project for yourself you will need to become a Spotify Developer here. You will need to add your client ID and Callback URL in the Config.h
#define kClientId "YOUR_SPOTIFY_CLIENT_ID"
#define kCallbackURL "YOUR_CALLBACK_URL"
I also recommend checking out the repository for the Discoverfy back-end here.
Issues are tracked and can be added here.
Arthur Tonelli - Feel free to check out more about me here or check out my GitHub here.
- Rob Mayoff - Repo on creating catagory to create a UIImage out of a GIF. Repository is here.
- Tony Million - Reachability framework for testing if the device has signal. Repository is here.