Skip to content

jakeburden/hash-to-month

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hash-to-month

build status

js-standard-style

Hash a value to a month

npm install hash-to-month

Usage

var toMonth = require('hash-to-month')

console.log(toMonth('example, inc.')) // returns 0

API

var month = toMonth(value)

Hash the given value to a month.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published