
Var type = entry.type // 'Directory' or 'File'

Stream.pipe(fs.createWriteStream(pathname)) Var StreamZip = require('node-stream-zip') Install: npm install -save node-stream-zip

2nd Pick: node-stream-zipĪntelle's node-stream-zip seems to be the best Works great for completely downloaded file. Update 2020: Haven't tried it yet, but there's also archiver Top Recommendation: yauzl so I've gone through several unzip libraries, read their docs, and tried their examples to try to figure out WTF. However, most libraries appear either to be completely terrible or to have commits recently as just a few months ago. For an ancient and pervasive technology such as unzip I would expect there to exist a fairly popular, mature node.js unzip library that is "stagnant" and "unmaintained" because it is "complete".
