1.0.1 • Published 6 years ago

vegetaisms v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Random Vegeta Quotes:

  • The title says it all, this is a module which will display a random quotes by the baddest prince of saiyans around: Vegeta

    vegetaisms Build Status

Install

$ npm install --save pokemon

Usage

const vegeta = require('vegetaisms');

vegeta.all();
//=> ["IT'S OVER 9000!!!", ...]

vegeta.getName(3);
//=> "I'm just getting warmed up fish face, better stick around!"

vegeta.getId("Silly robot, do you really believe you have any chance against a Super Saiyan like me? Your circuits must be malfunctioning. Fresh out of the factory with no warranty and already broken. Such a pity.");
//=> 3

vegeta.askASaiyan("What does the scouter say about his power level?");
//=> "IT'S OVER 9000!!!"

Open for additions to quotes, but please read what we already have first