Skip to content
/ leetx Public

A Node.js module to search for torrents at 1337x.to

License

Notifications You must be signed in to change notification settings

mikekok/leetx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetx

A Node.js module to search for torrents at 1337x.to tracker.

Installation

  • npm install leetx

Usage

const leetx = require('leetx')

leetx.search(keyword, function(err, results) {
  console.log(results) // returns name, seeders, leechers, url
})

Packages

License

This project is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software. But you always need to state that xWeb is the original author of this template.

Project is developed and maintained by Mike Kokkolios.

Releases

No releases published

Packages

No packages published