/fkdt

A node library to generate fake data.

Primary LanguageTypeScriptMIT LicenseMIT

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.