Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

asymmetric/scl-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

developer challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published