npm install zce-md5[![Build Status][travis-image]][travis-url]
[![Coverage Status][codecov-image]][codecov-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![NPM Version][version-image]][version-url]
[![License][license-image]][license-url]
[![Dependency Status][dependency-image]][dependency-url]
[![devDependency Status][devdependency-image]][devdependency-url]
[![Code Style][style-image]][style-url]
> zce demo node module structure
MD5 encryption of the input string
``sh
$ yarn add zce-md5
Usage
`js
const md5 = require('zce-md5')
const result = md5('zce')
console.log(result)
// => 'f1963aa09931b5dade50485239cc40bc'
`API
$3
return MD5 string of input
#### targets
- Type:
string
- Details: input string#### options
##### uppercase
- Type:
boolean
- Details: return uppercase?
- Default: falseContributing
1. Fork it on GitHub!
2. Clone the fork to your own machine.
3. Checkout your feature branch:
git checkout -b my-awesome-feature
4. Commit your changes to your own branch: git commit -am 'Add some feature'
5. Push your work back up to your fork: git push -u origin my-awesome-feature`> NOTE: Be sure to merge the latest from "upstream" before making a pull request!
[travis-image]: https://img.shields.io/travis/zce/md5.svg
[travis-url]: https://travis-ci.org/zce/md5
[codecov-image]: https://img.shields.io/codecov/c/github/zce/md5.svg
[codecov-url]: https://codecov.io/gh/zce/md5
[downloads-image]: https://img.shields.io/npm/dm/md5.svg
[downloads-url]: https://npmjs.org/package/md5
[version-image]: https://img.shields.io/npm/v/md5.svg
[version-url]: https://npmjs.org/package/md5
[license-image]: https://img.shields.io/npm/l/md5.svg
[license-url]: https://github.com/zce/md5/blob/master/LICENSE
[dependency-image]: https://img.shields.io/david/zce/md5.svg
[dependency-url]: https://david-dm.org/zce/md5
[devdependency-image]: https://img.shields.io/david/dev/zce/md5.svg
[devdependency-url]: https://david-dm.org/zce/md5?type=dev
[style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[style-url]: http://standardjs.com