Query for torrents at Kickass.to with Node.js.
Installation
Add node-kickass
to your existing Node.js project.
npm install node-kickass --save
Usage
See examples for more usage details.
Built as a Fluent Interface. Also known as method chaining, as used in jQuery.
var Kickass = ; var k = // Set search Query parameter // Optional
Functions
constructor
var k =
setQuery
k
setPage
k
setSort
k;
run
k;
wait
(FIXME) Waits for all requests to be completed.
k
Disclaimer
There are obvious legal issues, with downloading copyrighted material you do not have a license for. We do not endorse such use cases and take no responsibility for the use people make of it.