1.0.1 • Published 2 years ago

randomize-data v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

🚀 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