From 9cc38d0d9a8183d0b39223dd6829267ae7a1f709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Rodr=C3=ADguez=20B?= Date: Sun, 6 Dec 2015 23:41:30 -0500 Subject: [PATCH] Update README Direct, TODOs, ng-file-upload, ui-grid, thanks --- README.md | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 11f4926..7f1c1ea 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,17 @@ **[βTorrent]** is a fully-featured **[WebTorrent]** browser client written in [Jade], [CoffeeScript] and [Sass] ### Features -- Informative GUI with easy sharing options -- Downloading from an info hash or magnet URI -- Seeding files (Single file only for the moment) -- Download/Upload speed per torrent -- Removing torrents from the client -- Client Debugging +- [x] Informative GUI with easy sharing options +- [x] Downloading from an info hash or magnet URI +- [ ] Downloading from a .torrent file (Coming Soon) +- [x] Seeding files (Single file only for the moment) +- [ ] Seeding CORS-enabled remote files (Coming Soon) +- [x] Download/Upload speed per torrent +- [ ] Download/Upload speed of client (All torrents) +- [ ] Removing torrents from the client (Coming Soon) +- [ ] Pause torrent (Coming Soon) +- [ ] Selecting/Deselecting files (Coming Soon) +- [x] Client Debugging ### Built with - [WebTorrent] @@ -17,10 +22,14 @@ - [Skeleton] - [Normalize.css] - [Moment.js] +- [ui-grid] - [pretty-bytes] +- [ng-file-upload] Website powered by [jsDelivr] and [CloudFlare]. I use [nginx] in my server. +Don't like CloudFlare? No problem! Check [Direct-βTorrent] + ### Easily built, tested and served **I use [Harp] to rapidly test and compile the project** @@ -49,16 +58,23 @@ localStorage.removeItem('debug') - **[Create a new issue](https://github.com/DiegoRBaquero/bTorrent/issues/new)** to report bugs or suggest new features - **[Send a PR](https://github.com/DiegoRBaquero/BTorrent/pull/new/master)** with your changes +### Thanks +- [jasalo](https://github.com/jasalo) For the logo and favicon +- [whitef0x0](https://github.com/whitef0x0) For cleanup and ng-file-upload and other ideas + ### License MIT. Copyright (c) [Diego Rodríguez Baquero](http://diegorbaquero.com) [βTorrent]: https://btorrent.xyz +[Direct-βTorrent]: https://direct.btorrent.xyz [WebTorrent]: https://webtorrent.io [AngularJS]: https://angularjs.org/ [Skeleton]: http://getskeleton.com/ [Normalize.css]: https://necolas.github.io/normalize.css/ [Moment.js]: http://momentjs.com/ +[ui-grid]: http://ui-grid.info/ [pretty-bytes]: https://github.com/sindresorhus/pretty-bytes +[ng-file-upload]: https://github.com/danialfarid/ng-file-upload [Jade]: http://jade-lang.com/ [CoffeeScript]: http://coffeescript.org/ [Sass]: http://sass-lang.com/