1.0.0 • Published 7 years ago

hash-now v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hashNow

Simple library to generate an hash relative to current day.

Build Status Coverage Status

Installation

npm install hash-now --save

Example

Basic

var hashNow = require('hash-now');

hashNow('yourSecreteWord');
// => return an hash of day like '984d047e111265672edaf38feb9d8be4'

Arguments

hashNow(secret[, precision = 'day', utc = true])

NameTypeDefaultDescription
secretstringrequired, your secret key
precisionstringdayoptional, hash precision can be "day", "hour", "minute", "month", "year"
utcbooleantrueoptional, utc date

License

HashNow is open-sourced software licensed under the MIT license

Author

Fabio Ricali