1.0.2 • Published 9 years ago

md5-file-promise v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

MD5 File Promise Build Status

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