Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 545 Bytes

README.markdown

File metadata and controls

21 lines (13 loc) · 545 Bytes

A library to access the SoundCloud API using Crystal

Build Status

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)