randomize-data
v1.0.1
Published
Generate massive amounts of fake data
Downloads
5
Maintainers
Readme
🚀 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