0.9.6 • Published 3 years ago

fkdt v0.9.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

fkdt

Generate fake data for projects.

Introduction

You can use this library as a fake data generator for projects, tests and more. It's light and fast, as you expect. This package also has 29kb while faker.js has 9mb+.

Installation

  • Install through npm install fkdt
  • Import as import fkdt from "fkdt";
  • Use as simple as const email = fkdt.email();

API

  • fkdt.name()
  • fkdt.email()
  • fkdt.username()
  • fkdt.password()
  • fkdt.ip()
  • fkdt.age()
  • fkdt.phone()
  • fkdt.job()
  • fkdt.interest()
  • fkdt.color()
  • fkdt.pet()
  • fkdt.uuid()
  • fkdt.country()
  • fkdt.state()
  • fkdt.latitude()
  • fkdt.longitude()

License

See the LICENSE.md file.

0.9.4

3 years ago

0.9.3

3 years ago

0.9.6

3 years ago

0.9.5

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.7.0

3 years ago

0.6.0

3 years ago