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);

Readme

Keywords

Package Sidebar

Install

npm i bt-to-json

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • windwhinny