# pull-rate

> track the rate of flow of a pull-stream.

Latest version **1.0.2** (published 2017-06-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install pull-rate
pnpm add pull-rate
yarn add pull-rate
bun add pull-rate
```

## 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.2 |
| Published | 2017-06-26 |
| First published | 2017-06-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | 'Dominic Tarr' |
| Maintainers | dominictarr |

## Links

- npm: https://www.npmjs.com/package/pull-rate
- Repository: https://github.com/dominictarr/pull-rate
- Issues: https://github.com/dominictarr/pull-rate/issues
- npm.io page: https://npm.io/package/pull-rate

## Dependencies (1)

- [pull-stream](https://npm.io/package/pull-stream.md) ^3.6.0

## Recent versions

- 1.0.2 (latest) — 2017-06-26
- 1.0.0 — 2017-06-26

## README

# pull-rate

track the rate of flow of a pull-stream.

``` js
var Rate = require('pull-rate')
var bytes = 0
pull(
  Rate(source, function (length) { bytes += length }),
  ...
)
```

## License

MIT

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