UIFaces
Features
- Return a random authorized user
- Returns an authorized user
Installation
If available in Hex, the package can be installed as:
-
Add
ui_facesto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ui_faces, "~> 0.1.5"}]
end
```-
Ensure
ui_facesis started before your application:
```elixir
def application do
[applications: [:ui_faces]]
end
```