No description
Find a file
2016-03-11 16:21:55 -08:00
bin enable os x file drop, add osx torrent file icon 2016-03-10 21:51:32 -08:00
main ensure video is paused before hiding window 2016-03-11 01:10:39 -06:00
renderer Torrent list bug: don't [un]select torrent when clicking download or play button 2016-03-11 16:06:11 -08:00
static enable os x file drop, add osx torrent file icon 2016-03-10 21:51:32 -08:00
.gitignore .gitignore format 2016-02-16 17:22:24 -08:00
.travis.yml add .travis.yml 2016-03-03 22:20:55 -08:00
AUTHORS.md Update AUTHORS.md 2016-03-08 17:54:30 -08:00
config.js Move webtorrent icons into static/ 2016-03-10 19:11:49 -08:00
CONTRIBUTING.md tweak CONTRIBUTING.md 2016-03-07 13:01:54 -08:00
index.js separation of concerns 2016-03-04 13:14:22 -08:00
LICENSE initial commit 2016-01-02 16:01:08 +01:00
package.json chore(package): update electron-prebuilt to version 0.36.11 2016-03-11 04:43:43 -08:00
README.md add platform-specific package instructions 2016-03-11 16:21:55 -08:00


WebTorrent
WebTorrent.app

The streaming torrent client. For OS X, Windows, and Linux.

Gitter Travis Build

Install

WebTorrent.app is still under very active development. Expect a release very soon!

Screenshot

screenshot

How to Contribute

Install dependencies

$ npm install

Run app

$ npm start

Package app

Builds app binaries for OS X, Linux, and Windows.

$ npm run package

To build for one platform:

$ npm run package -- [platform]

Where [platform] is --darwin, --linux, or --win32.

Code Style

js-standard-style

License

MIT. Copyright (c) Feross Aboukhadijeh.