Skip to content

sela891/node-random-color-generator

Repository files navigation

Node.js Random Color Generator

When a user enters node index.js in the command line, a block of 31x9 # characters colored with a random color (using hex code, e.g. #ff0000) is generated.

Screen Shot 2020-09-09 at 15 53 33

In addition to node index.js, a request for

  • hue (eg. green or red or blue)
  • luminosity (eg. light or dark)

is also accepted and random colors that match those choices are being generated.

TODOs

  • figure out how to receive command line arguments
  • figure out how to randomize the color
  • figure out how to add criteria for hue and luminosity
  • figure out how to print a block of 31x9 # characters with user input
  • figure out how to generate blocks of 31x9 # characters

About

Node Random Color Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published