DASPRiD / Torrent-to-Web

Allows to send torrent files to web clients.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Torrent to Web Add-on for Firefox

CI

An add-on which allows sending torrent files to web clients.

The Add-on currently supports the following clients:

  • Deluge
  • qBittorrent
  • ruTorrent
  • Transmission/Vuze/Azureus

Development

  1. Install dependencies:

    npm i
  2. Run continuous build:

    npm start
  3. Start hot-reloading instance in Firefox (use separate terminal):

    npm run browser

Build

To build the extension, run npm run build, the resulting zip file can then be found in the web-ext-artifacts directory.

About

Allows to send torrent files to web clients.

License:BSD 2-Clause "Simplified" License


Languages

Language:TypeScript 90.2%Language:HTML 9.0%Language:JavaScript 0.4%Language:Shell 0.4%