|
1 |
| -# IPFS JavaScript Implementation |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| -[](http://ipn.io) |
6 |
| -[](http://ipfs.io/) |
7 |
| -[](http://webchat.freenode.net/?channels=%23ipfs) |
8 |
| -[](https://coveralls.io/github/ipfs/js-ipfs?branch=master) |
9 |
| -[](https://travis-ci.org/ipfs/js-ipfs) |
10 |
| -[](https://circleci.com/gh/ipfs/js-ipfs) |
11 |
| -[](https://david-dm.org/ipfs/js-ipfs) |
12 |
| -[](https://github.com/feross/standard) |
13 |
| -[](https://github.com/RichardLitt/standard-readme) |
14 |
| -[](https://waffle.io/ipfs/js-ipfs) |
15 |
| -[](https://github.com/ipfs/interface-ipfs-core) |
16 |
| -[](https://github.com/ipfs/interface-ipfs-core/issues/55) |
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| -[](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> |
25 | 62 |
|
26 | 63 | ### Project status
|
27 | 64 |
|
|
0 commit comments