download-status

2.2.1 • Public • Published

download-status Build Status

Progress bar plugin for download

Install

$ npm install --save download-status

Usage

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 to customize the look of the progress bar.

License

MIT © Kevin Mårtensson

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.2.1
    3,801
    • latest

Version History

Package Sidebar

Install

npm i download-status

Weekly Downloads

3,296

Version

2.2.1

License

MIT

Last publish

Collaborators

  • floatdrop
  • kevva