npm install creative[![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]
> Awesome node module
``sh
$ yarn add creative
Usage
`js
const creative = require('creative')
const result = creative('zce')
console.log(result)
// => 'f1963aa09931b5dade50485239cc40bc'
`API
$3
#### name
- Type:
string
- Details: name string#### options
##### host
- Type:
string
- Details: host string
- Default: 'zce.me'Contributing
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!
MIT © zce
[travis-image]: https://img.shields.io/travis/zce/creative.svg
[travis-url]: https://travis-ci.org/zce/creative
[codecov-image]: https://img.shields.io/codecov/c/github/zce/creative.svg
[codecov-url]: https://codecov.io/gh/zce/creative
[downloads-image]: https://img.shields.io/npm/dm/creative.svg
[downloads-url]: https://npmjs.org/package/creative
[version-image]: https://img.shields.io/npm/v/creative.svg
[version-url]: https://npmjs.org/package/creative
[license-image]: https://img.shields.io/npm/l/creative.svg
[license-url]: https://github.com/zce/creative/blob/master/LICENSE
[dependency-image]: https://img.shields.io/david/zce/creative.svg
[dependency-url]: https://david-dm.org/zce/creative
[devdependency-image]: https://img.shields.io/david/dev/zce/creative.svg
[devdependency-url]: https://david-dm.org/zce/creative?type=dev
[style-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[style-url]: http://standardjs.com