Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 438 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 438 Bytes

user-list-json

There are 1000 data set of randomly generated users.

To install this package

npm i user-list-json

Here is how we can use this

const data = require('user-list-json')

console.log(data(100))


Output

{
  id: 100,
  first_name: 'Dorothy',
  last_name: 'Gange',
  email: 'dgange2r@ucla.edu',
  phone: '+7 (756) 991-0200',
  gender: 'Female',
  address: 'Room 27'
}