torrent-dbx
is an application that helps you download torrents remotely.
This is how it works in a nutshell:
- Find a torrent to download
torrent-dbx
(this app) downloads the torrent through webtorrent- Once the download is complete, you can download the file or send it to your Dropbox
Clone the repo:
git clone [email protected]:kevgathuku/elm-torrent-dbx.git
Navigate to the repo directory
cd elm-torrent-dbx
Install the JavaScript dependencies:
yarn
Start the server:
yarn run start:server
Start the client:
yarn run dev