|
1 | | -ipfs-api |
2 | | -======== |
3 | | - |
4 | | -[](http://ipn.io) |
5 | | -[](http://ipfs.io/) |
6 | | -[](http://webchat.freenode.net/?channels=%23ipfs) |
7 | | -[](https://github.com/RichardLitt/standard-readme) |
8 | | -[](https://coveralls.io/github/ipfs/js-ipfs-api?branch=master) |
9 | | -[](https://david-dm.org/ipfs/js-ipfs-api) |
10 | | -[](https://travis-ci.org/ipfs/js-ipfs-api) |
11 | | -[](https://circleci.com/gh/ipfs/js-ipfs-api) |
12 | | -[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fipfs%2Fjs-ipfs-api?ref=badge_shield) |
13 | | - |
14 | | - |
15 | | - |
16 | | -<!-- Hidding this until we have the SauceLabs situation figured out. |
17 | | - [](https://saucelabs.com/u/ipfs-js-api) |
18 | | ---> |
| 1 | +<h1 align="center"> |
| 2 | + <a href="ipfs.io"><img width="650px" src="https://ipfs.io/ipfs/QmQJ68PFMDdAsgCZvA1UVzzn18asVcf7HVvCDgpjiSCAse" alt="IPFS http client lib logo" /></a> |
| 3 | +</h1> |
| 4 | + |
| 5 | +<h3 align="center">The JavaScript HTTP client library for IPFS implementations.</h3> |
| 6 | + |
| 7 | +<p align="center"> |
| 8 | + <a href="http://ipn.io"><img src="https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square" /></a> |
| 9 | + <a href="http://ipfs.io/"><img src="https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square" /></a> |
| 10 | + <a href="http://webchat.freenode.net/?channels=%23ipfs"><img src="https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square" /></a> |
| 11 | + <br> |
| 12 | + <a href="https://waffle.io/ipfs/js-ipfs"><img src="https://img.shields.io/badge/pm-waffle-blue.svg?style=flat-square" /></a> |
| 13 | + <a href="https://github.com/ipfs/interface-ipfs-core"><img src="https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg"></a> |
| 14 | + <a href="https://github.com/ipfs/interface-ipfs-core/issues/55"><img src="https://img.shields.io/badge/interface--ipfs--core-Updates-blue.svg"></a> |
| 15 | +</p> |
| 16 | + |
| 17 | +<p align="center"> |
| 18 | + <a href="https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fipfs%2Fjs-ipfs-api?ref=badge_small" alt="FOSSA Status"><img src="https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fipfs%2Fjs-ipfs-api.svg?type=small"/></a> |
| 19 | + <a href="https://travis-ci.org/ipfs/js-ipfs-api"><img src="https://travis-ci.org/ipfs/js-ipfs-api.svg?branch=master" /></a> |
| 20 | + <a href="https://circleci.com/gh/ipfs/js-ipfs-api"><img src="https://circleci.com/gh/ipfs/js-ipfs-api.svg?style=svg" /></a> |
| 21 | + <a href="https://coveralls.io/github/ipfs/js-ipfs-api?branch=master"><img src="https://coveralls.io/repos/github/ipfs/js-ipfs-api/badge.svg?branch=master"></a> |
| 22 | + <br> |
| 23 | + <a href="https://david-dm.org/ipfs/js-ipfs-api"><img src="https://david-dm.org/ipfs/js-ipfs-api.svg?style=flat-square" /></a> |
| 24 | + <a href="https://github.com/feross/standard"><img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square"></a> |
| 25 | + <a href="https://github.com/RichardLitt/standard-readme"><img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" /></a> |
| 26 | + <a href=""><img src="https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square" /></a> |
| 27 | + <a href=""><img src="https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square" /></a> |
| 28 | + <br> |
| 29 | +</p> |
19 | 30 |
|
20 | | -> A client library for the IPFS HTTP API, implemented in JavaScript. This client library implements the [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core) enabling applications to change between a embebed js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions. |
21 | 31 |
|
22 | | - |
| 32 | +> A client library for the IPFS HTTP API, implemented in JavaScript. This client library implements the [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core) enabling applications to change between a embebed js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions. |
23 | 33 |
|
24 | 34 | ## Table of Contents |
25 | 35 |
|
|
0 commit comments