0.0.2 • Published 5 years ago

gk-factory v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

gk-factory

A package with faker data for filling data in the database

Features

Data Generation:

  • Names
  • Last names
  • cities
  • objects
  • colors
  • age

Usage

The main function is ramdomdata:

const Factory = require('gk-factory');

var options = {
  length : 15,
  style: 'LOW|UPP',
  lang: 'EN|ES',
  type: 'names|last_names|cities|objects|colors|age',
  gen: 'M|W'
}

Factory.ramdomdata(options)

returns a data

License

The MIT License (MIT)