2.0.6-beta • Published 27 days ago

pirated-data v2.0.6-beta

Weekly downloads
-
License
ISC
Repository
github
Last release
27 days ago

CodeFactor

Note: This project generates random data for testing purposes only and should not be used officially or for any copyright infringement.

Install the package via npm

npm i pirated-data

Data provided for the user are

Pirated-Data also supports generate sets of data

Import to your TypeScript project

import userData from 'pirated-data';

Example :

import userData from 'pirated-data';
let fulName = userData.userIdGenerator();
    console.log("pirated data test: ",fulName);

Import to your JavaScript project

const userData = require('pirated-data');

Example :

const userData = require('pirated-data');
let fulName = userData.userIdGenerator();
    console.log("pirated data test: ",fulName);

For comprehensive guidance on utilizing this plugin, please visit our website at https://studyandmasti.cyou to gain insights on its usage.

Check the below table for function list and use JavaScript function

Function NameJavaJavaScript
firstNameGenerator()YesYes
lastNameGenerator()YesYes
fullNameGenerator()YesYes
mobileNumberGenerator()YesYes
aadharNumberGenerator()YesYes
emailIdGenerator()YesYes
userIdGenerator()YesYes
passwordGenerator(int length)YesYes
randomNumberGenerator()YesNo
randomNumberGenerator(int MaxNumber)YesYes
panCardId()YesYes
upiIdGenerator()YesYes
hairColorGenerator()YesYes
genderGenerator()YesYes
birthDateTimeGenerator()YesYes
eyeColorGenerator()YesYes
bloodGroupGenerator()YesYes
skinColorGenerator()YesYes
weightGenerator()YesYes
ageCalculation()YesYes
passportNumber()YesYes
drivinglicenseGenerator()NoYes
BiologicalData()NoYes
stateGenerator()NoYes
distGenerator()NoYes
addressGenerator()NoYes
financialCardGenerator()NoYes
hugeAddressGenerator(desiredDataSetNumber)NoYes
hugeBiologicalDataGenerator(desiredDataSetNumber)NoYes
randomSentenceGenerator()YesYes
randomParagraphGenerator(sentenceCount)YesYes
randomCompanyNameGenerator()NoYes
randomBusinessTypeGenerator()NoYes
randomGstNumberGenerator()NoYes
randomCompanyUrlGenerator()NoYes
randomCompanyDetailsGenerator()NoYes

Need More feature


If you want to more feature of this package just create an issue Here.

2.0.6-beta

27 days ago

2.0.5

5 months ago

2.0.3

2 years ago

2.0.4

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

2.0.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago