md5-file-promise

1.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i md5-file-promise

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • cjsaylor