1.0.3 • Published 6 years ago

soundcloud-dl v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

soundcloud-dl

Installation

npm install soundcloud-dl --save

Example

const soundcloudDl = require("./index.js");

soundcloudDl.getSongDlById(141026561).then(function(song){
	console.log(song);
});

soundcloudDl.getSongDlByURL("https://m.soundcloud.com/mostafa-p-samir/mgk-swing-life-away").then(function(song){
	console.log(song)
});

soundcloudDl.search("swing").then(function(results){
	console.log(results);
});
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago