This is a simple npm package that calculates a creativity rate based on random data. 🎲
npm install creativity-rate
const creativityRate = require('creativity-rate');
creativityRate();
This will log a creativity rate 🌟 to the console, along with a guessed smartphone 📱, a guessed IQ 🧠, a guessed ideology 🗽, a guessed zodiac sign ♈, a guessed pet 🐶 from the guess-smartphone
, guess-iq
, guess-ideology
, guess-zodiac
, and guess-pets
packages, a lucky rate 🍀 from the lucky-rate
package, and a health rate 💪 from the health-rate
package.
This package depends on the guess-smartphone
, guess-iq
, guess-ideology
, guess-zodiac
, guess-pets
, lucky-rate
, and health-rate
packages.
MIT