diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-04-27 22:27:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-04-27 22:27:27 +0200 |
commit | 9e9b8a0f6eae90c4ef5d224273a30a8dba2223df (patch) | |
tree | 102aec245c25f2a56b2db4eb7a6220d8b6a65c88 /README.md | |
parent | ad10a70b612a129db57f3e6c8639da2a3c32ce02 (diff) | |
download | PeerTube-9e9b8a0f6eae90c4ef5d224273a30a8dba2223df.tar.gz PeerTube-9e9b8a0f6eae90c4ef5d224273a30a8dba2223df.tar.zst PeerTube-9e9b8a0f6eae90c4ef5d224273a30a8dba2223df.zip |
Add dev dependency badge to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ | |||
2 | 2 | ||
3 | [![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube) | 3 | [![Build Status](https://travis-ci.org/Chocobozzz/PeerTube.svg?branch=master)](https://travis-ci.org/Chocobozzz/PeerTube) |
4 | [![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube) | 4 | [![Dependencies Status](https://david-dm.org/Chocobozzz/PeerTube.svg)](https://david-dm.org/Chocobozzz/PeerTube) |
5 | [![devDependency Status](https://david-dm.org/Chocobozzz/PeerTube/dev-status.svg)](https://david-dm.org/Chocobozzz/PeerTube#info=devDependencies) | ||
5 | [![Code climate](https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg)](https://codeclimate.com/github/Chocobozzz/PeerTube) | 6 | [![Code climate](https://codeclimate.com/github/Chocobozzz/PeerTube/badges/gpa.svg)](https://codeclimate.com/github/Chocobozzz/PeerTube) |
6 | 7 | ||
7 | Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent). | 8 | Prototype of a decentralized video streaming platform using P2P (bittorrent) directly in the web browser with [webtorrent](https://github.com/feross/webtorrent). |