UNPKG

extratorrentapi

Version:

Volatile wrapper around extratorrent.cc

11 lines (9 loc) 232 B
var extratorrent = require('./extratorrent'); extratorrent .search('Suicide Squad') // Promise style .then(function(torrents) { console.log(torrents); }) .catch(function(error) { console.error(error); });