random-word
random-word copied to clipboard
Meaning of random word
Is your feature request related to a problem? Please describe.
Right now, random-word gives only random words. If someone wants to know the meaning of random words than user would not able to
Describe the solution you'd like There should be a function which when called should give meaning to the word.
Additional context
Look at https://developer.wordnik.com/docsdocs and implement the same 😄
Do you mean, let's say
x = randomWord()
meaning = randomWordMeaning(x)
Something like this? or Do you already have something in mind?
@jatin69 I would prefer
x = randomWord().meaning()
or if user just want to see the meaning then
word_meaning = meaning("<word>")
Hey Check out the Pull Request I made, That adds this new Feature.