MotherS_Playlist
Description
This is an open source application that acts like a playlist manager for Spotify, for now the user can create randomize one playlist and add the selected songs to another.
Installation/Usage
The application does not have his own ID and Secret yet. The user must login at https://developer.spotify.com/dashboard and get their own. After that create a config.php at root following the example:
<?php
$CLIENT_ID = 'YOUR CLIENT_ID';
$CLIENT_SECRET = 'YOUR CLIENT_SECRET';
$BASE_URL = 'http://localhost/YOUR-MotherS_Playlist-FOLDER/';
?>
Edit: Now the application is deployed at https://salty-depths-33832.herokuapp.com, but the user needs to have his account registered at my dashboard. You can request this at https://twitter.com/pedrodooguitryx