get-random-fruit
v1.0.1
Published
Get random fruit or fruits list
Downloads
4
Readme
random-fruit-package
Installation
This package is available via npm:
npm i get-random-fruit
Usage
const { randomFruit, randomFruits, fruits } = require("get-random-fruit");
randomFruit(); //Output random fruit in the singular
randomFruits(); //Output array of 5 fruits in singular
randomFruits(12); //Output array of 12 fruits in singular
randomFruits(12, true); //Output array of 12 fruits in plural
console.log(fruits); //Show list of all fruits