Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davebitter/random-hex
- Owner: DaveBitter
- License: mit
- Created: 2017-04-20T18:28:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T07:36:27.000Z (over 7 years ago)
- Last Synced: 2024-11-19T12:59:02.026Z (about 1 month ago)
- Topics: color, color-codes, hex, open-source, random, random-hex
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Random Hex Code
Returns a random hex code## Usage
npm install randomhexcodevar randomhexcode = require(randomhexcode)
var hex = randomhexcode.generate()
// returns for example: #0eca44## License
[MIT](LICENSE.md) © [Dave Bitter](https://github.com/DaveBitter/)