0.0.4 • Published 10 years ago
torrent_project_api v0.0.4
torrentProject
A node.js library for accessing the Torrent Project REST API.
Instalation
$ npm install torrent_projectAPI
var tp = require('./lib/torrentProject.js');
tp.search('debian 7 dvd', 'matches', 'json', function(err, data){
console.log(err, data);
});Tests
$ npm test0.0.4
10 years ago