- Return a random authorized user
- Returns an authorized user
The package is available in Hex can be installed as follows:
- Add
ui_faces
to your list of dependencies inmix.exs
:
def deps do
[{:ui_faces, "~> 0.1.7"}]
end
- Ensure
ui_faces
is started before your application:
def application do
[applications: [:ui_faces]]
end
UiFaces.Face.random
UiFaces.Face.user("calebogden")
- 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.