Hey :)
I am hoping that you are having a good time!
This is where it all initiates:
npm install new-girl
Please use this command in order to install all required dependencies:
npm install --save
At first, don\'t forget the 'require':
const newGirl = require('new-girl');
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) |
🐧 Michael Korsunsky