Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshjv/ipfb
🌎🗃 Interplanetary File Browser
https://github.com/harshjv/ipfb
file-browser ipfs ipfs-webui
Last synced: 26 days ago
JSON representation
🌎🗃 Interplanetary File Browser
- Host: GitHub
- URL: https://github.com/harshjv/ipfb
- Owner: harshjv
- License: mit
- Created: 2017-03-25T05:06:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T07:55:52.000Z (over 7 years ago)
- Last Synced: 2024-09-26T16:43:09.065Z (about 1 month ago)
- Topics: file-browser, ipfs, ipfs-webui
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/ipfb
- Size: 69.3 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌎🗃 Interplanetary File Browser
## Installation
```bash
npm install -g ipfb
```## CLI
```
Usage: ipfb [options]Options:
-s, --start Start IPFS swarm [boolean]
-r, --repo Local IPFS repo path
-p, --port IPFS file borwser's port [default: 8989]
-h, --help Show help [boolean]Examples:
ipfb -r ~/.ipfs Use IPFS repo created by go-ipfs
```## API
```js
ipfb(start: boolean, port: integer, repo: string)
```
Where;* `start`: Start IPFS swarm,
* `port`: IPFS file borwser's port,
* `repo`: Local IPFS repo path## License
MIT