2.2.0 • Published 4 months ago

impostor_js v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

🗃️ Impostor Js 🗃️

Generate small to large amount of fake, random data with nodejs

npm i impostor_js

or

yarn add impostor_js

or

pnpm add impostor_js

Basic usage

const { Impostor } = require("impostor_js");

// create a new instance

const impostor_gen = new impostor("en_GB");
// providing a country code allows you to use country specific data. (phone numbers, cities, vehicle plates)

impostor_gen.location.city();
impostor_gen.location.street();
impostor_gen.location.postcode();
impostor_gen.phone.mobile();
impostor_gen.vehicle.plate();

List of country codes

  • TODO

Documentation

  • TODO
2.2.0

4 months ago

2.1.2

4 months ago

2.1.1

4 months ago

2.1.0

4 months ago

1.0.0

1 year ago

0.5.4

1 year ago

0.5.3

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago