Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davebitter/random-hex

Generates random HEX value
https://github.com/davebitter/random-hex

color color-codes hex open-source random random-hex

Last synced: about 1 month ago
JSON representation

Generates random HEX value

Awesome Lists containing this project

README

        

# 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](LICENSE.md) © [Dave Bitter](https://github.com/DaveBitter/)