download-status

v2.2.1
Progress bar plugin for download
bar download downloadplugin http progress request status url

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

npm i download-status

Metadata

  • MIT
  • >=0.10.0
  • Kevin Mårtensson
  • released 7/15/2015

Downloads

Maintainers