Skip to content

apsdehal/torrent-to-magnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torrent-to-magnet Build Status

Generates a magnet uri from a torrent file

Install

Install via npm install torrent-to-magnet

Usage

var torrentToMagnet = require('torrent-to-magnet');

torrentToMagnet(torrentUrl, options, function (err, uri) {
	// Do something with uri here
});

License

MIT

About

Takes a torrent file and returns it's magnet uri

Resources

License

Stars

Watchers

Forks

Packages

No packages published