md5-file-promise
v1.0.2
Published
Compute md5 hashes of files via streams that return promises.
Downloads
18
Readme
MD5 File Promise
The purpose of this library is to allow for files to have their md5 hash computed via modern nodejs streams and is promised based instead of callback based.
Example Usage
var md5 = require('md5-file-promise');
md5.computeFromFile('/path/to/file').then(console.log);
// console logs the computed hash