1.0.2 • Published 9 years ago

soundcrawler v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

SoundCrawler

SoundCrawler is a npm module that can retrieve the file address of any song on SoundCloud.

Git url : https://github.com/Antonhansel/soundcrawler


var url = 'https://soundcloud.com/aboveandbeyond/abgt109';
var soundcrawler = require('soundcrawler');

var crawler = new soundcrawler();
var download = true; //the second argument is optional. Pass it to true to download the file locally!
crawler.download(url, download,function(err){
    if (err) console.log("Error" + err);
    else {
    	console.log(crawler.downloadURL);
    	console.log(crawler.title);
    }
});
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.9.9

9 years ago

0.9.8

9 years ago

0.9.7

9 years ago

0.9.6

9 years ago

0.9.5

9 years ago

0.9.1

9 years ago

0.9.0

9 years ago

0.0.0

9 years ago