Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit a02a518

Browse files
committed
chore: refactor and updated readme
1 parent 91b99b3 commit a02a518

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# js-ipfs-http-response
22

3+
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://protocol.ai)
4+
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
5+
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
6+
[![standard-readme](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
7+
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
8+
39
> Creates an HTTP response from an IPFS Hash
410
11+
## Lead Maintainer
12+
13+
[Vasco Santos](https://github.com/vasco-santos).
14+
515
### Installation
616

7-
> TODO
17+
> npm install ipfs-http-response
818
919
## Usage
1020

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "ipfs-http-response",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Creates an HTTP response from an IPFS Hash",
5+
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
56
"main": "src/index.js",
67
"scripts": {
78
"lint": "aegir lint",

0 commit comments

Comments
 (0)