UIFaces

Features
- Return a random authorized user
- Returns an authorized user
Installation
If available in Hex, the package can be installed as follows:
- Add
ui_facesto your list of dependencies inmix.exs:
```elixir
def deps do
[{:ui_faces, "~> 0.1.6"}]
end
```
- Ensure
ui_facesis started before your application:
```elixir
def application do
[applications: [:ui_faces]]
end
```
Usage
Get random authorized user
UiFaces.Face.random
Get authorized user
UiFaces.Face.user("calebogden")
Related Projects
- Random User - Useful if you want more than images and make sure female names have female faces.