1.0.8 • Published 2 years ago

fakegen-data v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

fakeGen-data

About

Generate fake (but realistic) data for testing and development.

Install

npm install fakegen-data

Usage

const {fakeGen} = require('fakegen-data')

const name= fakeGen.firstName()
console.log(name)
const {fakeGenAR} = require('fakegen-data')

const name= fakeGenAR.firstName()   //generate arabic firstname
console.log(name)

Methods

For generating random data in latin alphabet

  • fakeGen
    • id
    • firstName
    • lastName
    • fullName
    • email
    • job
    • address
    • city
    • country
    • zipCode
    • location (this generates an object {city,country,zipcode})
    • company
    • products
    • boolean

for generating random data in arabic

  • fakeGenAR
    • id
    • firstName
    • lastName
    • fullName
    • email
    • job
    • address
    • city
    • country
    • zipCode
    • location
    • company
    • products
    • boolean
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

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