0.0.2 • Published 5 years ago

limetorrents v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

limetorrents

A Node.js module to search for torrents at Limetorrents tracker.

Installation

  • npm install limetorrents

Usage

const limetorrents = require('limetorrents')

limetorrents.search(keyword, function(err, results) {
  console.log(results) // returns name, size, 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.