@playerony/faker-js

3.0.0 • Public • Published

faker-js

Usage

Simple copy of faker.js library prepared as project at University - generate massive amounts of fake data in the browser and node.js

Example

const faker = require("@playerony/faker-js");

console.log(faker.date.future());

API methods

date:

  • past
  • future
  • recent

phone:

  • phoneNumber

name:

  • firstName
  • lastName
  • fullName

internet:

  • email
  • mac
  • ipv4
  • ipv6

type:

  • number
  • string
  • boolean

Readme

Keywords

none

Package Sidebar

Install

npm i @playerony/faker-js

Weekly Downloads

1

Version

3.0.0

License

ISC

Unpacked Size

39.9 kB

Total Files

17

Last publish

Collaborators

  • playerony