/scl-application

developer challenge

Primary LanguageJavaScript

SoundCloud Uploader

Required Gems

  • sinatra
  • passenger
  • haml
  • less
  • DataMapper
    • dm-core
    • dm-types
    • dm-migrations
  • json

Required software

Deployment

After installing the apache module, add these lines to your apache configuration:

<Location /files >
  TrackUploads On
</Location>

<Location /status >
  ReportUploads On
</Location>

If using nginx, refer to the module's documentation for setup information.

Usage

Just GET /, upload a file in one of the popular formats (mp3, flac, ogg, etc.) and wait for it to complete!