Skip to content

hughsk/soundcloud-resolve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundcloud-resolve stable

soundcloud-resolve

Takes a SoundCloud URL (i.e. track, playlist, artist, etc.) and retrieves the relevant JSON data for that resource from the SoundCloud API. Works with node and browserify.

Usage

resolve(client_id, url, callback)

Takes a client_id and the resource's permalink url, calling callback(err, json, stream_url) when complete.

The JSON data returned is dependant on the type of resource you're resolving, see the SoundCloud API reference for more details.

About

Takes a SoundCloud URL and retrieves the relevant JSON data for that resource from the SoundCloud API

Resources

Stars

Watchers

Forks

Packages

No packages published