Awesome
yes-no-words
Get yes/no-like words
The lists are just JSON files and can be used anywhere.
Install
npm install yes-no-words
Usage
import yesNoWords from 'yes-no-words';
yesNoWords.yesRandom();
//=> 'Yisss'
API
.yes
Type: string[]
Yes like words.
.no
Type: string[]
No like words.
.all
Type: string[]
Both yes and no like words.
.yesRandom()
Type: Function
Random yes like words.
.noRandom()
Type: Function
Random no like words.
.allRandom()
Type: Function
Random yes or no like words.
CLI
npm install --global yes-no-words
$ yes-no --help
Examples
$ yes-no
Yisss
$ yes-no --all --type yes
Absolutely
Affirmative
…
Options
--all Get all words instead of a random word
--type Type of word: yes|no|all [Default: all]
Related
- cat-names - Get popular cat names
- dog-names - Get popular dog names
- pokemon - Get Pokémon names
- superheroes - Get superhero names
- supervillains - Get supervillain names
- superb - Get superb like words