A library to access the SoundCloud API using Crystal
Register a new SoundCloud application at http://soundcloud.com/you/apps/new
require "./src/soundcloud"
client = SoundCloud::REST::Client.new("YOUR_CLIENT_ID")
pp client.user("erik")
pp client.track(206048516)