2.1.0 • Published 8 years ago

grab-soundcloud v2.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

grab-soundcloud

TO GET ALL DESCRIPTION FROM URL SONG ON SOUNDCLOUD

Install Module

npm install grab-soundcloud

How to use

var soundcloud = require('grab-soundcloud');

Get Track Detail

soundcloud.getTrackDetail('URL SONG', function(err, doc) {
  // output
  console.log(doc);
});

Get Playlist Detail

soundcloud.getPlaylistDetail('URL PLAYLIST', function(err, doc) {
  // output
  console.log(doc);
});

Get All Track In Playlist

soundcloud.getTracksPlaylist('URL PLAYLIST', function(err, doc) {
  // output
  console.log(doc);
});

Get Author Detail

soundcloud.getAuthorDetail('URL PLAYLIST', function(err, doc) {
  // output
  console.log(doc);
});
2.1.0

8 years ago

2.0.0

8 years ago

1.9.0

8 years ago

1.8.0

9 years ago

1.7.0

9 years ago

1.6.0

9 years ago

1.5.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago