Skip to content

skyscraper2856/fake-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FakeProfile

A Javascript for generate some basic information without external dependency

How to use

  const fakeProfile = require('fake-profile')
  const result = fakeProfile(options)
  
  /*{ firstName: 'Đỗ',
    lastName: 'Thanh Long',
    gender: 'male',
    birthday: '10-04-1999',
    email: 'dothanhlong861798@gmail.com',
    password: 'wyhIDaQM' }*/

Fake Profile accepts options:

  • birthdayFormat: 'dd-mm-yyyy',
  • gender: '',
  • minAge: 10,
  • maxAge: 60,
  • region: 'vn',
  • emailDomain: 'gmail.com',
  • passwordLength: 8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published