README.markdown
July 3, 2015 ยท View on GitHub
A library to access the SoundCloud API using Crystal
Example
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)