random-word icon indicating copy to clipboard operation
random-word copied to clipboard

Meaning of random word

Open vaibhavsingh97 opened this issue 7 years ago • 3 comments

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 😄

vaibhavsingh97 avatar Jul 03 '18 14:07 vaibhavsingh97

Do you mean, let's say

x = randomWord()
meaning = randomWordMeaning(x)

Something like this? or Do you already have something in mind?

jatin69 avatar Jul 03 '18 16:07 jatin69

@jatin69 I would prefer

x = randomWord().meaning()

or if user just want to see the meaning then

word_meaning = meaning("<word>")

vaibhavsingh97 avatar Jul 03 '18 17:07 vaibhavsingh97

Hey Check out the Pull Request I made, That adds this new Feature.

igagankalra avatar Jul 05 '18 18:07 igagankalra