# download-status

> Progress bar plugin for download

Latest version **2.2.1** (published 2015-07-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install download-status
pnpm add download-status
yarn add download-status
bun add download-status
```

## 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 | 2.2.1 |
| Published | 2015-07-15 |
| First published | 2014-08-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10.0 |
| Dependencies | 4 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 27 |
| Author | Kevin Mårtensson |
| Maintainers | kevva |
| Keywords | bar, download, downloadplugin, http, progress, request, status, url |

## Links

- npm: https://www.npmjs.com/package/download-status
- Repository: https://github.com/kevva/download-status
- Homepage: https://github.com/kevva/download-status#readme
- Issues: https://github.com/kevva/download-status/issues
- npm.io page: https://npm.io/package/download-status

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^0.5.1
- [progress](https://npm.io/package/progress.md) ^1.1.8
- [lpad-align](https://npm.io/package/lpad-align.md) ^1.0.0
- [object-assign](https://npm.io/package/object-assign.md) ^2.0.0

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 2.2.1 (latest) — 2015-07-15
- 2.2.0 — 2015-07-14
- 2.1.1 — 2015-01-09
- 2.1.0 — 2014-10-19
- 2.0.4 — 2014-10-13
- 2.0.3 — 2014-09-24
- 2.0.2 — 2014-09-22
- 2.0.1 — 2014-09-10
- 2.0.0 — 2014-09-06
- 1.0.1 — 2014-08-15
- 1.0.0 — 2014-08-15
- 0.1.0 — 2014-08-13

## README

# download-status [![Build Status](https://travis-ci.org/kevva/download-status.svg?branch=master)](https://travis-ci.org/kevva/download-status)

> Progress bar plugin for download

![](https://cloud.githubusercontent.com/assets/709159/4175732/534ac138-35e3-11e4-80a2-dea9a8af1fb5.png)


## Install

```
$ npm install --save download-status
```


## Usage

```js
var Download = require('download');
var downloadStatus = require('download-status');

var download = new Download({extract: true, strip: 1})
	.get('http://example.com/file.zip')
	.dest('dest')
	.use(downloadStatus())
	.run();
```


## API

### downloadStatus(options)

Pass in [options](https://github.com/tj/node-progress#options) to customize 
the look of the progress bar.


## License

MIT © [Kevin Mårtensson](http://kevinmartensson.com)

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