0.1.3 • Published 10 years ago

soundcloud-resolver v0.1.3

Weekly downloads
26
License
MIT
Repository
github
Last release
10 years ago

Soundcloud Resolver

Simple NodeJS library for resolving soundcloud url's to their associated tracks

Installation

Install via npm:

npm install soundcloud-resolver

Usage

Best explained in code:

// get the class
var SoundcloudResolver = require('soundcloud-resolver');

// get the object, and itialise it with your soundcloud client_id
var scres = new SoundcloudResolver('YOUR_CLIENT_ID');

scres.resolve( url_of_track_needed, function( err, tracks ) {
  // tracks is an array of tracks found
});

Testing

$ git clone https://github.com/benkaiser/soundcloud-resolver.git
$ cd soundcloud-resolver
$ npm install
$ node test.js
0.1.3

10 years ago

0.1.2

10 years ago

0.0.4

10 years ago

0.1.1

10 years ago

0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

12 years ago

0.0.1

12 years ago