vegetaisms
v1.0.1
Published
- The title says it all, this is a module which will display a random quotes by the baddest prince of saiyans around: Vegeta
Downloads
14
Maintainers
Readme
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
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!!!"