1.1.2 • Published 2 years ago

fabrate v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

List of Functions

Dares();
Jokes();
MovieQuote();
Names([male, boy, man] [female, girl, woman] [all]);
NeverHaveIEver();
PokemonName();
Roasts();
ShowerThoughts();
SuperheroName();
Truths();

Usage

Install the Package:

$ npm install fabrate
$ yarn add fabrate

Use Names() function:

const { Names } = require('fabrate');

let FriendlyGirlName = Names('girl');
console.log(FriendlyGirlName);

let FriendlyBoyName = Names('boy');
console.log(FriendlyBoyName);

let FriendlyName = Names('all');
console.log(FriendlyName);

Documentation

There is no current documentation.

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago