Awesome
Playlist Manager for SoundCloud
Prototype of playlist manager for tracks available at SoundCloud.
Can be seen live at http://soundcloud-playlist-manager.medyk.org/
It's client-side only application, playlists information are saved in localStorage, so playlists saved in one browser won't be seen in other.
Installation
To install this application on your own, apart of downloading this source code two steps needs to be done:
- Register new SoundCloud application at http://soundcloud.com/you/apps/ set Redirect URI to http://<location-where-youre-going-to-host-it>/auth-callback.html and create config.js file in main folder with following content
exports.KEY = '...' // Fill with your application Client ID;
- Make sure you have Node.js installed and run
npm install
andnpm run-script setup
in application folder