choose.js
v2.1.1
Published
A word generator that chooses for you!.
Downloads
4
Readme
Welcome to choose.js
I choose words or numbers for you!
How to use
const choose = require('choose.js');
console.log(choose.words()) // It generates a random word
console.log(choose.number()) // Generates random numbers
console.log(choose("my", "your", "you", "thanks", "6")) // I choose one of the words you wrote.
At this moment:
New words and names!
Coming soon:
Random words in different languages.
Thanks for use 😃
We will soon have documentation and a github for you to find bugs and fix for us!