download-streamdeprecated

ultra-simple download stream creation

Usage no npm install needed!

<script type="module">
  import downloadStream from 'https://cdn.skypack.dev/download-stream';
</script>

README

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