Generate fake data for projects.
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+.
- Install through
npm install fkdt
- Import as
import fkdt from "fkdt";
- Use as simple as
const email = fkdt.email();
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()
See the LICENSE.md file.