3.0.0 • Published 11 years ago
torrent-individual-piece-storage v3.0.0
torrent-individual-piece-storage
torrent-stream storage that stores each piece in individual files
npm install torrent-individual-piece-storage
Usage
var torrents = require('torrent-stream')
var engine = torrents('magnet:some-magnet-link', {
storage: require('torrent-individual-piece-storage'),
path: 'some-folder'
})
License
MIT