0.0.7 • Published 10 years ago

pirateship v0.0.7

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
10 years ago

pirateship

Sail in the dark waters of the PirateBay. Pirateship will automatically select the best proxy or use direct connection if possible.

Install

npm install pirateship

How to use

var pirateship = require('pirateship');

pirateship.top(pirateship.categories.video.hdmovies, function(results) {
    console.log(results);
}, function(error) {
    console.error(error);
});

pirateship.search(pirateship.categories.application.unix, 'ubuntu', function(results) {
    console.log(results);
}, function(error) {
    console.error(error);
});
0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago