Skip to content

Random words with their meaning and pronunciations

License

Notifications You must be signed in to change notification settings

Konicord/ranwords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranwords

Easily generate random words with their meaning and pronunciation.

Get started

Add ranwords to your deps function in your mix.exs

def deps do
  [
    {:ranwords, "~> 0.1.0"}
  ]
end

Run: mix deps.get

Usage

iex> Ranwords.randomWordALl

[
  %{
    "definition" => "Bent like a knee; jointed  ",
    "pronunciation" => "Jenikulate",
    "word" => "Geniculate"
  }
]

iex> Ranwords.randomWordMeaning
"Juncaceous | Of, like or pertaining to rushes"

iex> Ranwords.randomWordPronunciation
"Barbet | Barbet"

Not using Elixir? Check out the NPM library https://www.npmjs.com/package/ranwords

About

Random words with their meaning and pronunciations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages