bt-to-json
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

bt-to-json

A node module for parse .torrent file to json format.

Install

$ npm install bt-to-json --save

Useage

import { readFromFile, readFromBuffer } from 'btToJson';
 
let result;
result = await readFromFile('test.torrent');
result = readFromBuffer(buffer);

Dependencies (0)

    Dev Dependencies (7)

    Package Sidebar

    Install

    npm i bt-to-json

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • windwhinny