search-kat.ph

1.0.3 • Public • Published

Search kat.ph Build Status

Installation

npm install --save search-kat.ph

Usage

 
var search = require('search-kat.ph');
 
search('foobar').then(function(results) {
    // results is an array of objects that look like:
    {
        name: String, // Name of torrent,
        category: String, // Category it's in
        size: String, // Size of file
        files: Number, // Number of files
        age: String, // Age of result
        seeds: Number, // Number of seeds
        leech: Number, // Number of leeches
        magnet: String, // Magnet link
        torrent: String // Torrent URL
    }
});

Readme

Keywords

none

Package Sidebar

Install

npm i search-kat.ph

Weekly Downloads

1

Version

1.0.3

License

ISC

Last publish

Collaborators

  • leahcimic