1.0.1 • Published 1 year ago

user-list-json v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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'
}
1.0.1

1 year ago

1.0.0

1 year ago