1.0.0 • Published 9 years ago
hash-now v1.0.0
hashNow
Simple library to generate an hash relative to current day.
Installation
npm install hash-now --saveExample
Basic
var hashNow = require('hash-now');
hashNow('yourSecreteWord');
// => return an hash of day like '984d047e111265672edaf38feb9d8be4'Arguments
hashNow(secret[, precision = 'day', utc = true])
| Name | Type | Default | Description |
|---|---|---|---|
| secret | string | required, your secret key | |
| precision | string | day | optional, hash precision can be "day", "hour", "minute", "month", "year" |
| utc | boolean | true | optional, utc date |
License
HashNow is open-sourced software licensed under the MIT license
Author
1.0.0
9 years ago