Giter Site home page Giter Site logo

search-kat.cd's Introduction

Search kat.cd

Search kickass.cd

Build Status

Example

var search = require('search-kat.cd')

search('ubuntu').then(function (results) {
	results.forEach(function printListItem(result) {
		console.log(`- [${result.name}](${result.torrent})`)
	})
})

API

WARNING: Requires node.js 4 or higher

var search = require('search-kat.cd')

search( searchQuery ) => Promise( torrents )

  • searchQuery String, required - Search for torrents matching this search string. E.g. 'Ubuntu 16.04 64-bit'

Returns a Promise that resolves to an array of torrents

torrent

The torrents array holds up to 30 torrent objects, ordered by seeder count. (Most seeders in torrents[0], fewest seeders in torrents[29])

Each object has the following properties:

  • name String, Name of torrent, E.g. "Ubuntu 16.04.1 LTS Desktop 64-bit"
  • category String, Category it's in, E.g. "Applications"
  • size String, Size of file, E.g. "1.41 GiB"
  • age String, Age of result, E.g. "08-06 2016"
  • seeds Number, Number of seeds, E.g. 78
  • leech Number, Number of leeches, E.g. 78
  • magnet String, Magnet link, E.g. "magnet:?xt=urn:btih:9f9165d9a281a9b8e782cd5176bbcc8256fd1871&dn=Ubuntu..."
  • torrent String, Torrent URL, E.g. "https://kickass.cd/ubuntu-16-04-1-lts-desktop-64-bit-tt15497321.html"

Install

npm install search-kat.cd

License

MIT

search-kat.cd's People

Contributors

artskydj avatar whitef0x0 avatar leahcimic avatar

Watchers

James Cloos avatar  avatar  avatar

search-kat.cd's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.