Package Exports
- torlock
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (torlock) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
torlock
A Node.js module to search for torrents at Torlock tracker.
Installation
npm install torlock
Usage
const torlock = require('torlock')
torlock.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 xWeb.