Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-02-09 00:52:41 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-02-09 00:52:41 +0300
commitcb50ce83e296e0d059338364c5877bb164ecb73b (patch)
treec9c2b32fbdfab78cdff1d29513da01799c0cff7c /README.md
parent5ba9b185637dd9ead955b7c23ff7ca95a1f79a70 (diff)
readme: add appveyor badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 12 insertions, 9 deletions
diff --git a/README.md b/README.md
index df1d520..2dd46da 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,16 @@
# ![WebTorrent](https://webtorrent.io/img/wordmark.png)
+### Streaming torrent client for node & the browser
+
[![Gitter][webtorrent-gitter-image]][webtorrent-gitter-url]
-[![Build Status][webtorrent-ti]][webtorrent-tu]
[![NPM Version][webtorrent-ni]][webtorrent-nu]
[![NPM Downloads][webtorrent-downloads-image]][webtorrent-downloads-url]
+[![Travis Build][webtorrent-ti]][webtorrent-tu] (Linux)
+[![AppVeyor Build][webtorrent-appveyor-image]][webtorrent-appveyor-url] (Windows)
-### Streaming torrent client for node & the browser
-
-[![Sauce Test Status][webtorrent-sauce-image]][webtorrent-sauce-url]
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](http://standardjs.com)
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+[![Sauce Test Status][webtorrent-sauce-image]][webtorrent-sauce-url]
**WebTorrent** is a streaming torrent client for **node.js** and the **browser**. YEP,
THAT'S RIGHT. THE BROWSER. It's written completely in JavaScript – the language of the web
@@ -637,16 +638,18 @@ These are the main modules that make up WebTorrent:
| [ut_pex][ut_pex] | [![][ut_pex-ti]][ut_pex-tu] | [![][ut_pex-ni]][ut_pex-nu] | peer discovery **(ext)**
[webtorrent]: https://github.com/feross/webtorrent
-[webtorrent-ti]: https://img.shields.io/travis/feross/webtorrent/master.svg
-[webtorrent-tu]: https://travis-ci.org/feross/webtorrent
+[webtorrent-gitter-image]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg
+[webtorrent-gitter-url]: https://gitter.im/feross/webtorrent
[webtorrent-ni]: https://img.shields.io/npm/v/webtorrent.svg
[webtorrent-nu]: https://npmjs.org/package/webtorrent
[webtorrent-downloads-image]: https://img.shields.io/npm/dm/webtorrent.svg
[webtorrent-downloads-url]: https://npmjs.org/package/webtorrent
+[webtorrent-ti]: https://img.shields.io/travis/feross/webtorrent/master.svg
+[webtorrent-tu]: https://travis-ci.org/feross/webtorrent
+[webtorrent-appveyor-image]: https://img.shields.io/appveyor/ci/feross/webtorrent/master.svg
+[webtorrent-appveyor-url]: https://ci.appveyor.com/project/feross/webtorrent
[webtorrent-sauce-image]: https://saucelabs.com/browser-matrix/webtorrent.svg
[webtorrent-sauce-url]: https://saucelabs.com/u/webtorrent
-[webtorrent-gitter-image]: https://img.shields.io/badge/gitter-join%20chat%20%E2%86%92-brightgreen.svg
-[webtorrent-gitter-url]: https://gitter.im/feross/webtorrent
[bittorrent-dht]: https://github.com/feross/bittorrent-dht
[bittorrent-dht-ti]: https://img.shields.io/travis/feross/bittorrent-dht/master.svg