torrent_project
v0.0.3
Published
A node.js library for accessing the Torrent Project REST API.
Downloads
4
Readme
torrentProject
A node.js library for accessing the Torrent Project REST API.
Instalation
$ npm install torrent_project
API
var tp = require('./lib/torrentProject.js');
tp.search('debian 7 dvd', 'matches', 'json', function(err, data){
console.log(err, data);
});
Tests
$ npm test