fakeid

1.2.0 • Public • Published

Fake ID

Commit identity theft with no victim!

Installation

npm install fakeid

Usage

var FakeID = require('fakeid');
 
/* Create A Person */
var person = new FakeID.Identity();
console.log(`Hello and welcome to the world, ${person.name.join(' ')}`); // Hello and welcome to the world, [...] [...]
 
/* Get Values */
console.log(`Want a friend to call? Call ${person.name[0]} at ${person.phone}`); // Want a friend to call? Call [...] at [...]
 
/* Generate Data Without Instantiating */
console.log(`Hmm, I wonder if ${FakeID.postcode()} really exists...`); // Hmm, I wonder if [...] really exists...
 

Contributing

If you'd like to commit a crime yourself, or would like someone else to do it for you, you can feel free to make a pull request, or submit a feature request!

If something's broken, please submit a bug report!

Readme

Keywords

none

Package Sidebar

Install

npm i fakeid

Weekly Downloads

1

Version

1.2.0

License

ISC

Unpacked Size

56.4 kB

Total Files

9

Last publish

Collaborators

  • tascord