1.0.8 • Published 6 months ago

fakegen-data v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months 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

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago