An open API service indexing awesome lists of open source software.

https://github.com/fab-elixir/fab_word

Fab.Word is an Elixir library for generating random words.
https://github.com/fab-elixir/fab_word

elixir fab faker

Last synced: 4 months ago
JSON representation

Fab.Word is an Elixir library for generating random words.

Awesome Lists containing this project

README

          

# Fab.Word

`Fab.Word` is an Elixir library for generating random words.

## Installation

Add `:fab_word` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:fab_word, "~> 1.0"}
]
end
```

## Important Links

- [Documentation](https://hexdocs.pm/fab_word/)