nodetorrent-wrapper

A torrent-client built with node.js & nodewebkit. This application uses an API from Kickasstorrents to find torrent-files.

Usage no npm install needed!

<script type="module">
  import nodetorrentWrapper from 'https://cdn.skypack.dev/nodetorrent-wrapper';
</script>

README

NodeTorrent

A torrent-client built with node.js & nodewebkit.
This application uses an API from Kickasstorrents to find torrent-files.

Build executable

$ git clone https://github.com/kjellberg/nodetorrent.git
$ cd nodetorrent && npm install
$ node build.js

Contribute

Please feel free to contribute a pull request.

Todo:
  1. Download torrents within client.
  2. Directly stream videos from torrents and view them in VLC.