From 53499ae402de34c213f038bfab8899be0772fee0 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Wed, 5 Oct 2016 02:44:31 -0300 Subject: [PATCH 1/2] Added Watchtor --- docs/faq.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/faq.md b/docs/faq.md index bf386cea..6eefec77 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -86,6 +86,7 @@ WebTorrent is still pretty new, but it's already being used in cool ways: - **[PeerFast][peerfast]** - First P2P Internet Speed Test ([source code][peerfast-source]) - **[TorrentMedia][torrentmedia]** - Fully-featured desktop WebTorrent client - **[Gaia 3D Star Map][gaia]** - 2 million stars, rendered in 3D with WebGL, WebVR, and WebTorrent +- **[Watchtor](https://watchtor.herokuapp.com)** - A minimalistic approach for online torrent watching - ***Your app here – [Send a pull request][pr] with your URL!*** #### WebTorrent Product Alternatives From 5a82053e201513a88f99ac95f1c555b41b37c097 Mon Sep 17 00:00:00 2001 From: Alberto Miranda Date: Wed, 5 Oct 2016 11:53:14 -0300 Subject: [PATCH 2/2] fixed watchtor link styling to be consistent --- docs/faq.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 6eefec77..e9de7292 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -86,7 +86,7 @@ WebTorrent is still pretty new, but it's already being used in cool ways: - **[PeerFast][peerfast]** - First P2P Internet Speed Test ([source code][peerfast-source]) - **[TorrentMedia][torrentmedia]** - Fully-featured desktop WebTorrent client - **[Gaia 3D Star Map][gaia]** - 2 million stars, rendered in 3D with WebGL, WebVR, and WebTorrent -- **[Watchtor](https://watchtor.herokuapp.com)** - A minimalistic approach for online torrent watching +- **[Watchtor][watchtor]** - A minimalistic approach for online torrent watching ([source code][watchtor-source]) - ***Your app here – [Send a pull request][pr] with your URL!*** #### WebTorrent Product Alternatives @@ -139,6 +139,8 @@ There's also a list of WebTorrent-powered alternatives to centralized services h [peerfast-source]: https://github.com/DiegoRBaquero/PeerFast [torrentmedia]: https://github.com/FaCuZ/torrentmedia [gaia]: http://charliehoey.com/threejs-demos/gaia_dr1.html +[watchtor]: https://watchtor.herokuapp.com +[watchtor-source]: https://github.com/codealchemist/watchtor ## How does WebTorrent work?