diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -41,14 +41,18 @@ Prototype of a decentralized video streaming platform using P2P (bittorrent) dir | |||
41 | <img src="https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg" alt="Code climate" /> | 41 | <img src="https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg" alt="Code climate" /> |
42 | </a> | 42 | </a> |
43 | 43 | ||
44 | <br /> | 44 | <a href="http://standardjs.com/"> |
45 | 45 | <img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg" alt="JavaScript Style Guide" /> | |
46 | <a href="https://github.com/feross/standard"> | ||
47 | <img src="https://cdn.rawgit.com/feross/standard/master/badge.svg" alt="js-standard-style" /> | ||
48 | </a> | 46 | </a> |
49 | </p> | 47 | </p> |
50 | 48 | ||
51 | ![screenshot](https://lutim.cpy.re/vC2loRww) | 49 | <br /> |
50 | |||
51 | <p align="center"> | ||
52 | <a href="http://peertube.cpy.re"> | ||
53 | <img src="https://lutim.cpy.re/vC2loRww" alt="screenshot" /> | ||
54 | </a> | ||
55 | </p> | ||
52 | 56 | ||
53 | ## Demonstration | 57 | ## Demonstration |
54 | 58 | ||
@@ -205,5 +209,5 @@ Here are some simple schemes: | |||
205 | 209 | ||
206 | ### Frontend | 210 | ### Frontend |
207 | 211 | ||
208 | There is already a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). | 212 | There already is a frontend (Angular 2) but the backend is a REST API so anybody can build a frontend (Web application, desktop application...). |
209 | The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI. | 213 | The backend uses bittorrent protocol, so users could use their favorite bittorrent client to download/play the video with its torrent URI. |