0.1.2 • Published 10 years ago

fscache-stream v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

fscache-stream Build Status Coverage Status

A passtrough stream caching buffer to file system


Install

$ npm install fscache-stream -g

Usage

var http = require('http');
var fscache = require('fscache-stream');
var file = 'http://code.jquery.com/jquery-1.11.0.js';
http.get(file, function(req, res){
  req
  .pipe(fscache('jquery.js'))
  .pipe(process.stdout);
});

LISENCE

Copyright (c) 2014 popomore. Licensed under the MIT license.

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago