create-torrent:创建.torrent文件

时间:2024-05-21 04:33:37
【文件属性】:

文件名称:create-torrent:创建.torrent文件

文件大小:174KB

文件格式:ZIP

更新时间:2024-05-21 04:33:37

nodejs javascript torrent browser bittorrent

创建种子 创建.torrent文件 使用此模块! 该模块可在node.js和浏览器(带有 )中使用。 安装 npm install create-torrent 用法 使用create-torrent的最简单方法是这样的: const createTorrent = require ( 'create-torrent' ) const fs = require ( 'fs' ) createTorrent ( '/path/to/folder' , ( err , torrent ) => { if ( ! err ) { // `torrent` is a Buffer with the contents of the new .torrent file fs . writeFile ( 'my.torrent' , torrent ) } } ) .tor


【文件预览】:
create-torrent-master
----bin()
--------cmd.js(2KB)
----index.js(12KB)
----package.json(2KB)
----.github()
--------workflows()
----test()
--------mixed.js(2KB)
--------basic.js(6KB)
--------error.js(380B)
--------stream.js(5KB)
--------browser()
--------ssl.js(444B)
--------buffer.js(1KB)
--------source.js(3KB)
--------fs.js(8KB)
----get-files.js(2KB)
----LICENSE(1KB)
----img.jpg(152KB)
----.npmignore(23B)
----.gitignore(32B)
----README.md(5KB)

网友评论