https://github.com/tableflip/ipfs-peer-bw-example
A list of peers eating your bandwidth
https://github.com/tableflip/ipfs-peer-bw-example
Last synced: 12 months ago
JSON representation
A list of peers eating your bandwidth
- Host: GitHub
- URL: https://github.com/tableflip/ipfs-peer-bw-example
- Owner: tableflip
- License: mit
- Created: 2018-04-11T08:25:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T07:47:22.000Z (almost 8 years ago)
- Last Synced: 2025-03-21T18:02:39.852Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://tableflip.github.io/ipfs-peer-bw-example/dist/
- Size: 2.91 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ipfs-peer-bw-example
> An example app that uses window.ipfs, provided by the IPFS Companion web extension to get and graph bandwidth info for your IPFS node
Demo: https://tableflip.github.io/ipfs-peer-bw-example/dist/

## Install
1. This app requires `window.ipfs`. Install the IPFS Companion web extension:
2. Install dependencies `npm install`
3. Build the app `npm run build`
4. Start the app `npm start`
### Develop
Instead of steps 3 & 4: `npm run watch`
## Contribute
Feel free to dive in! [Open an issue](https://github.com/tableflip/ipfs-peer-bw-example/issues/new) or submit PRs.
## License
[MIT](LICENSE) © Alan Shaw

