# download-status **Repository Path**: mirrors_floatdrop/download-status ## Basic Information - **Project Name**: download-status - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)