download-status
Progress bar plugin for download
Last updated 11 years ago by kevva .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install download-status 
SYNC missed versions from official npm registry.

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

Current Tags

  • 2.2.1                                ...           latest (11 years ago)

12 Versions

  • 2.2.1                                ...           11 years ago
  • 2.2.0                                ...           11 years ago
  • 2.1.1                                ...           11 years ago
  • 2.1.0                                ...           11 years ago
  • 2.0.4                                ...           11 years ago
  • 2.0.3                                ...           12 years ago
  • 2.0.2                                ...           12 years ago
  • 2.0.1                                ...           12 years ago
  • 2.0.0                                ...           12 years ago
  • 1.0.1                                ...           12 years ago
  • 1.0.0                                ...           12 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (4)
Dev Dependencies (3)

Copyright 2013 - present © cnpmjs.org | Home |