easy-random-words
v1.0.2
Published
A package that makes it so you can get random words easy
Readme
easy-random-word
This is an easy way to create random verbs, nouns and adjectives!
Getting Started
make sure you have nodejs installed, and do
npm install jedijeffathype/easy-random-wordthen run this example
const randomWord = require('easy-random-words');
const verbss = randomWord.randomVerb();
console.log(verbss)