1.1.2 • Published 3 years ago

fabrate v1.1.2

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

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago