Progress bar plugin for download
npm install download-status> Progress bar plugin for download

```
$ npm install --save download-status
`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();
``
Pass in options to customize
the look of the progress bar.
MIT © Kevin Mårtensson