Skip to main content
DevTools24

फेक डेटा जनरेटर

फेक डेटा जनरेट करें।

Presets:

Test Data - तकनीकी विवरण

Fake data is essential for testing applications without using real user information. This tool uses Faker.js to generate realistic names, addresses, and other data types across multiple locales.

कमांड-लाइन विकल्प

# Generate fake data with Node.js\nnpm install @faker-js/faker\n\n// In your code\nimport { faker } from '@faker-js/faker';\nconsole.log(faker.person.fullName());

संदर्भ

आधिकारिक स्पेसिफिकेशन देखें