1.0.6 • Published 7 months ago

is-fakedata v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

is-fakedata

This dependency has the function of generating specific data, based on given properties 🚀.

How to use it?

It's relatively easy 😎

  npm install is-fakedata
  import { createData } from 'is-fakedata'

The function initially receives many parameters, some are not mandatory, here I explain them to you 🙌.

App Screenshot

  t -> It is the type of data you want 'users', 'animals'
  e -> It is the array of properties you want ['id', 'name'] or ['first_name']
  r -> It is the number of objects you need
  s -> It is optional, it is the file name
  o -> It is optional, but it is the file address

Ready, that's all! 😁

Authors

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago