# hypercore-streams

> External implementation of a WriteStream and ReadStream for Hypercore

Latest version **1.0.1** (published 2020-10-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install hypercore-streams
pnpm add hypercore-streams
yarn add hypercore-streams
bun add hypercore-streams
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-10-29 |
| First published | 2020-06-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 6.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12 |
| Author | Mathias Buus |
| Maintainers | mafintosh |

## Links

- npm: https://www.npmjs.com/package/hypercore-streams
- Repository: https://github.com/mafintosh/hypercore-streams
- Issues: https://github.com/mafintosh/hypercore-streams/issues
- npm.io page: https://npm.io/package/hypercore-streams

## Dependencies (1)

- [streamx](https://npm.io/package/streamx.md) ^2.6.0

## Recent versions

- 1.0.1 (latest) — 2020-10-29
- 1.0.0 — 2020-06-10

## README

# hypercore-streams

External implementation of a WriteStream and ReadStream for Hypercore

```
npm install hypercore-streams
```

## Usage

``` js
const { WriteStream, ReadStream } = require('hypercore-streams')

const ws = new WriteStream(feed)
const rs = new ReadStream(feed, {
  start: 0,
  live: true,
  valueEncoding: 'json'
})
```

## License

MIT

---
_Source: https://npm.io/package/hypercore-streams · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
