Open vaibhavsingh97 opened 6 years ago
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.
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 toDescribe 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/docs
docs and implement the same 😄