1.2.0 • Published 4 years ago

fakeid v1.2.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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!

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago