Skip to content

DaveBitter/random-hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Random Hex Code

Returns a random hex code

Usage

npm install randomhexcode

var randomhexcode = require(randomhexcode)

var hex = randomhexcode.generate()
// returns for example: #0eca44

License

MIT © Dave Bitter