From f81fbd671544a22c0fb73a9a16b538b9c302193f Mon Sep 17 00:00:00 2001 From: ferrolho Date: Sun, 18 Sep 2016 01:43:06 +0100 Subject: [PATCH] Adds Magnet Player to FAQ --- docs/faq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 14a77a1f..1e3b2416 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -81,6 +81,7 @@ WebTorrent is still pretty new, but it's already being used in cool ways: - **[webtorrent-cljs][webtorrent-cljs]** - Clojurescript wrapper for WebTorrent - **[Squidlink][squidlink]** - Transfer files from A to B without the Cloud ([source code][squidlink-source]) - **[Web2web][web2web]** - Server-less & domain-less websites updatable via torrents and bitcoin blockchain ([source code][web2web-source]) +**[Magnet Player][magnet-player]** - Stream video torrents directly from your browser ([source code][magnet-player-source]) - ***Your app here – [Send a pull request][pr] with your URL!*** [webtorrent-desktop]: https://webtorrent.io/desktop @@ -122,6 +123,8 @@ WebTorrent is still pretty new, but it's already being used in cool ways: [squidlink-source]: https://github.com/darkenvy/Squidl.ink [web2web]: https://elendirx.github.io/web2web [web2web-source]: https://github.com/elendirx/web2web +[magnet-player]: https://ferrolho.github.io/magnet-player/ +[magnet-player-source]: https://github.com/ferrolho/magnet-player/ ## How does WebTorrent work?