This repository was archived by the owner on Sep 28, 2021. It is now read-only.
File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# js-ipfs-http-response
2
2
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
+
3
9
> Creates an HTTP response from an IPFS Hash
4
10
11
+ ## Lead Maintainer
12
+
13
+ [ Vasco Santos] ( https://github.com/vasco-santos ) .
14
+
5
15
### Installation
6
16
7
- > TODO
17
+ > npm install ipfs-http-response
8
18
9
19
## Usage
10
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ipfs-http-response" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Creates an HTTP response from an IPFS Hash" ,
5
+ "leadMaintainer" : " Vasco Santos <vasco.santos@moxy.studio>" ,
5
6
"main" : " src/index.js" ,
6
7
"scripts" : {
7
8
"lint" : " aegir lint" ,
You can’t perform that action at this time.
0 commit comments