This package has been deprecated

Author message:

Development of this module has been stopped.

download-stream

1.0.1 • Public • Published

download-stream Build Status js-standard-style

Ultra-simple download stream creation.

Installation

$ npm install download-stream

Test:

$ npm test

Usage/API

Example:

var downloadStream = require('download-stream')
 
downloadStream('http://www.a-website.com/path/to/a/file.zip')
  .pipe(toAWritableStream)

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i download-stream

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • roryrjb