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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.02

Package Sidebar

Install

npm i bt-to-json

Weekly Downloads

2

Version

1.0.0

License

ISC

Last publish

Collaborators

  • windwhinny