This repository was archived by the owner on Feb 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# go-ipfs-api
2
2
3
- [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io ) [ ![ ] ( https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square )] ( http://ipfs.io/ ) [ ![ ] ( https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square )] ( http://webchat.freenode.net/?channels=%23ipfs ) [ ![ GoDoc] ( https://godoc.org/github.com/ipfs/go-ipfs-api?status.svg )] ( https://godoc.org/github.com/ipfs/go-ipfs-api ) [ ![ Build Status] ( https://travis-ci.org/ipfs/go-ipfs-api.svg )] ( https://travis-ci.org/ipfs/go-ipfs-api )
3
+ [ ![ ] ( https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square )] ( http://ipn.io )
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 compliant] ( https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square )] ( https://github.com/RichardLitt/standard-readme )
7
+ [ ![ GoDoc] ( https://godoc.org/github.com/ipfs/go-ipfs-api?status.svg )] ( https://godoc.org/github.com/ipfs/go-ipfs-api )
8
+ [ ![ Build Status] ( https://travis-ci.org/ipfs/go-ipfs-api.svg )] ( https://travis-ci.org/ipfs/go-ipfs-api )
4
9
5
10
> An unofficial go interface to ipfs's HTTP API
6
11
7
- ## Installation
12
+ ## Install
8
13
9
- go get -u github.com/ipfs/go-ipfs-api
14
+ ``` sh
15
+ go get -u github.com/ipfs/go-ipfs-api
16
+ ```
10
17
11
18
This will download the source into ` $GOPATH/src/github.com/ipfs/go-ipfs-api ` .
12
19
@@ -18,10 +25,10 @@ This will download the source into `$GOPATH/src/github.com/ipfs/go-ipfs-api`.
18
25
19
26
Contributions are welcome! Please check out the [ issues] ( https://github.com/ipfs/go-ipfs-api/issues ) .
20
27
21
- ## License
28
+ ### Want to hack on IPFS?
22
29
23
- MIT.
30
+ [ ![ ] ( https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif )] ( https://github.com/ipfs/community/blob/master/contributing.md )
24
31
25
- # Want to hack on IPFS?
32
+ ## License
26
33
27
- [ ![ ] ( https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif )] ( https://github.com/ipfs/community/blob/master/contributing.md )
34
+ MIT
You can’t perform that action at this time.
0 commit comments