Skip to content

sferik/soundcloud-crystal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A library to access the SoundCloud API using Crystal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published