torrent_project_api

0.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i torrent_project_api

Weekly Downloads

13

Version

0.0.4

License

BSD

Last publish

Collaborators

  • watchfulwisp