Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 382fb3e

Browse files
authored
docs: organise badges (#722)
1 parent d2a0960 commit 382fb3e

File tree

1 file changed

+61
-24
lines changed

1 file changed

+61
-24
lines changed

README.md

Lines changed: 61 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,64 @@
1-
# IPFS JavaScript Implementation
2-
3-
![banner](https://ipfs.io/ipfs/QmVk7srrwahXLNmcDYvyUEJptyoxpndnRa57YJ11L4jV26/ipfs.js.png)
4-
5-
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
6-
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
7-
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
8-
[![Coverage Status](https://coveralls.io/repos/github/ipfs/js-ipfs/badge.svg?branch=master)](https://coveralls.io/github/ipfs/js-ipfs?branch=master)
9-
[![Travis CI](https://travis-ci.org/ipfs/js-ipfs.svg?branch=master)](https://travis-ci.org/ipfs/js-ipfs)
10-
[![Circle CI](https://circleci.com/gh/ipfs/js-ipfs.svg?style=svg)](https://circleci.com/gh/ipfs/js-ipfs)
11-
[![Dependency Status](https://david-dm.org/ipfs/js-ipfs.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs)
12-
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
13-
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
14-
[![](https://img.shields.io/badge/pm-waffle-yellow.svg?style=flat-square)](https://waffle.io/ipfs/js-ipfs)
15-
[![](https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg)](https://github.com/ipfs/interface-ipfs-core)
16-
[![](https://img.shields.io/badge/interface--ipfs--core-Updates-blue.svg)](https://github.com/ipfs/interface-ipfs-core/issues/55)
17-
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
18-
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square)
19-
20-
[![Sauce Test Status](https://saucelabs.com/browser-matrix/js-ipfs.svg)](https://saucelabs.com/u/js-ipfs)
21-
22-
> IPFS JavaScript implementation.
23-
24-
This repo contains the JavaScript implementation of the IPFS protocol, with feature parity to the [Go implementation](https://github.com/ipfs/go-ipfs).
1+
<h1 align="center">
2+
<a href="ipfs.io">
3+
<img src="https://ipfs.io/ipfs/QmVk7srrwahXLNmcDYvyUEJptyoxpndnRa57YJ11L4jV26/ipfs.js.png" alt="IPFS in JavaScript logo" />
4+
</a>
5+
</h1>
6+
7+
<h3 align="center">The JavaScript implementation of the IPFS protocol.</h3>
8+
9+
<p align="center">
10+
<a href="http://ipn.io">
11+
<img src="https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square" />
12+
</a>
13+
<a href="http://ipfs.io/">
14+
<img src="https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square" />
15+
</a>
16+
<a href="http://webchat.freenode.net/?channels=%23ipfs">
17+
<img src="https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square" />
18+
</a>
19+
<br>
20+
<a href="https://waffle.io/ipfs/js-ipfs">
21+
<img src="https://img.shields.io/badge/pm-waffle-yellow.svg?style=flat-square" />
22+
</a>
23+
<a href="https://github.com/ipfs/interface-ipfs-core">
24+
<img src="https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg">
25+
</a>
26+
<a href="https://github.com/ipfs/interface-ipfs-core/issues/55">
27+
<img src="https://img.shields.io/badge/interface--ipfs--core-Updates-blue.svg">
28+
</a>
29+
</p>
30+
31+
<p align="center">
32+
<a href="https://travis-ci.org/ipfs/js-ipfs">
33+
<img src="https://travis-ci.org/ipfs/js-ipfs.svg?branch=master" />
34+
</a>
35+
<a href="https://circleci.com/gh/ipfs/js-ipfs">
36+
<img src="https://circleci.com/gh/ipfs/js-ipfs.svg?style=svg" />
37+
</a>
38+
<a href="https://coveralls.io/github/ipfs/js-ipfs?branch=master">
39+
<img src="https://coveralls.io/repos/github/ipfs/js-ipfs/badge.svg?branch=master">
40+
</a>
41+
<br>
42+
<a href="https://david-dm.org/ipfs/js-ipfs">
43+
<img src="https://david-dm.org/ipfs/js-ipfs.svg?style=flat-square" />
44+
</a>
45+
<a href="https://github.com/feross/standard">
46+
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square">
47+
</a>
48+
<a href="https://github.com/RichardLitt/standard-readme">
49+
<img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" />
50+
</a>
51+
<a href="">
52+
<img src="https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square" />
53+
</a>
54+
<a href="">
55+
<img src="https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square" />
56+
</a>
57+
<br>
58+
<a href="https://saucelabs.com/u/js-ipfs">
59+
<img src="https://saucelabs.com/browser-matrix/js-ipfs.svg" />
60+
</a>
61+
</p>
2562

2663
### Project status
2764

0 commit comments

Comments
 (0)