🚀 Features
💌 Locations - Generate Countries!🧍 Persons - Generate virtual persons name, id, age and country.🔢 Numbers - Of course, we can also generate random numbers and words.🌈 Colors - Generate hex colors.
📦 Install
npm install randomize-data
🪄 Usage
const randomizer = require('randomize-data')
console.log(randomizer.getRandomHexColor())
console.log(randomizer.getRandomPerson(['age', 'fullName', 'country', 'id']))
🔑 License
MIT