0.0.1-security • Published 10 months ago
random-color-selector v0.0.1-security
Random Color Selector
This is a simple npm package that selects a random color.
Installation
npm install random-color-selector
Usage
const getRandomColor = require('random-color-selector');
getRandomColor();
This will log a random color to the console, along with a random food and drink from the random-food-selector
and random-drink-selector
packages.
Dependencies
This package depends on the random-food-selector
and random-drink-selector
packages.
License
MIT