SoundCloud Playlist Creator

The are two parts to this app: the Spine front-end and the Rails backend. You can find the former in app/assets/javascripts/app.

Usage

  1. Checkout the Git repository
  2. Create a SoundCloud App for each production and development with a callback path of <host>/sessions/new. Use the given information to create a config file in config/soundcloud.yml:
  development:
    client_id: your-client-id
    client_secret: your-client-secret
    client_url: https://localhost:3000 # The base URL of the app. Should be HTTPS otherwise you'll get insecure-content errors with the bookmarklet.

  production:
    client_id: your-client-id
    client_secret: your-client-secret
    client_url: https://my-production-app.com
  1. bundle install && rake db:setup
  2. rails s (thin start --ssl for SSL development server)
  3. Open http://localhost:3000
  4. Check out app/assets/javascripts/app and app/ to see how everything works.

Screenshot

A Playlist