Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 3a77702

Browse files
authored
Merge pull request #1 from RichardLitt/feat/README
docs: Add README
2 parents 4c2d9f9 + 911d9b4 commit 3a77702

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# py-orbit-db-http-client
2+
3+
> A python client for the Orbitdb HTTP API
4+
5+
Status: Proof-of-concept
6+
7+
## Install
8+
9+
Clone, and then run:
10+
11+
```sh
12+
py setup.py
13+
```
14+
15+
## Usage
16+
17+
TODO
18+
19+
## Contributing
20+
21+
This is a work-in-progress. Feel free to contribute by opening issues or pull requests.
22+
23+
## License
24+
25+
[MIT Copyright (c) 2019 phillmac](LICENSE)

0 commit comments

Comments
 (0)