0.9.6 • Published 1 year ago

fkdt v0.9.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.9.3

1 year ago

0.9.6

1 year ago

0.9.5

1 year ago

0.9.0

1 year ago

0.8.1

2 years ago

0.8.0

2 years ago

0.9.2

1 year ago

0.9.1

1 year ago

0.7.0

2 years ago

0.6.0

2 years ago