public
Description: Soundcloud Front
Homepage: http://www.soundcloudfront.com
Clone URL: git://github.com/jwagener/soundcloud-front.git
name age message
file .gems Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
file .gitignore Thu May 28 09:20:42 -0700 2009 reimport [jwagener]
file README Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
file Rakefile Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
directory app/ Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
directory config/ Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
directory db/ Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
directory doc/ Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
directory public/ Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
directory script/ Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
directory test/ Thu May 28 09:19:22 -0700 2009 reimport [jwagener]
README
<a href="http://soundcloudfront.com">Soundcloud Front</a> is a small Ruby on Rails demo webapp, to give you an example 
of how to use the <a href="http://github.com/soundcloud/ruby-api-wrapper">soundcloud-ruby-api-wrapper</a> gem. This 
application allows a user to authenticate himself via OAuth against Soundcloud. Once the user is authorized, he can post 
a URL of a sound file, the webapp will then download this file and upload the track to the users Soundcloud account. 

Have a look at the controllers, to find out how it works. 
login_controller.rb is doing all the OAuth login stuff, while home_controller.rb handles the track creation.

You can find the source repository <a href="http://github.com/jwagener/soundcloud-front">here</a>