uri-stream

0.0.2 • Public • Published

node-uri-stream

Stream contents from a URI. Basically a wrapper for node-get-uri.

install

$ npm install uri-stream

usage

var fetch = require('uri-stream')
  , csso = require('csso')
 
fetch('file://users/jwerle/foo-site/public/style.css'))
.pipe(through(function (chunk) {
  this.emit('data', csso.justDoIt(String(chunk)));
}))
.pipe(stdout);

support

Basically everything node-get-uri supports.

license

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i uri-stream

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • werle