README.md

# RandomUsername

Shameless port of https://github.com/polleverywhere/random_username

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

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

```elixir
def deps do
  [{:random_username, "~> 0.1.0"}]
end
```

2. Ensure `random_username` is started before your application:

```elixir
def application do
  [applications: [:random_username]]
end
```

## Usage

```elixir
RandomUsername.noun #=> action
RandomUsername.adjective #=> tiger
RandomUsername.username #=> actiontiger
```