UIFaces 


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