Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mafintosh/hypercore-stats-ui

HTML based stats ui for hypercore/hyperdrive
https://github.com/mafintosh/hypercore-stats-ui

Last synced: about 1 month ago
JSON representation

HTML based stats ui for hypercore/hyperdrive

Awesome Lists containing this project

README

        

# hypercore-stats-ui

HTML based stats ui for [hypercore](https://github.com/mafintosh/hypercore)/[hyperdrive](https://github.com/mafintosh/hyperdrive)

```
npm install hypercore-stats-ui
```

## Usage

``` js
var http = require('http')
var stats = require('hypercore-stats-ui')
var ram = require('random-access-memory')
var hypercore = require('hypercore')

var feed = hypercore(ram, '72671c5004d3b956791b6ffca7f05025d62309feaf99cde04c6f434189694291')

http.createServer(stats(feed)).listen(1000)
```

And visit http://localhost:10000 in the browser.


## API

#### `var onrequest = stats(feed or archive)`

Create a new stats interface for a hypercore feed or hyperdrive archive.

## License

MIT