Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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