new-girl
v1.0.23
Published
3 main functions: 1) showing a short show plot 2) showing a random character (or a random male/female character 3) showing all characters (or all male/female characters)
Readme
Welcome to new-girl !
Hey :)
I am hoping that you are having a good time!
Install
This is where it all initiates:
npm install new-girl
Please use this command in order to install all required dependencies:
npm install --save
Usage
At first, don\'t forget the 'require':
const newGirl = require('new-girl');Here are some cool stuff you can perform with this package:
| Methods | Arguments | Description | | ------------------------------- |---------------| -------------------------------------------------------------| | newGirl.showDescription() | no arguments | prints a short plot of the whole series | | newGirl.randomCharacter(value) | String value: all/male/female | prints a random character (or a random male/female character | | newGirl.showCharacters(value) | String value: all/male/female | prints all characters (or all male/female characters) |

Author
🐧 Michael Korsunsky
