1.0.0 • Published 1 year ago

find-your-color v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

find-your-color

A simple module that suggests a color which suites your personality based on a person's name.

Installation

A module that returns alphanumeric strings.

How to install

npm install find-your-color --save

How to use

var findYourColor = require('find-your-color')

## Method

# findYourColor('your-name')

This method takes in a string value which will output a statement string with suitable color.

console.log(findYourColor('Jasmin'));
// Returns - Your name suggests that "Black" color suits to your personality.