archive.org
npm module for the subsonic api
Install
$ npm install archive.org --save
Docs
Example
var archive = require('archive.org');
archive.search({q: 'Grateful Dead'}, function(err, res) {
console.log(res);
});
npm module for the archive.org api
npm module for the subsonic api
$ npm install archive.org --save
var archive = require('archive.org');
archive.search({q: 'Grateful Dead'}, function(err, res) {
console.log(res);
});