2.2.0 • Published 2 years ago

impostor_js v2.2.0

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

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

1.0.0

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago