Skip to content

kathgironpe/ui_faces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIFaces

Note: project has been discontinued. UI Faces no longer releases new API keys.

Features

  • Return a random authorized user
  • Returns an authorized user

Installation

The package is available in Hex can be installed as follows:

  1. Add ui_faces to your list of dependencies in mix.exs:
def deps do
  [{:ui_faces, "~> 0.1.7"}]
end
  1. Ensure ui_faces is started before your application:
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 a username and images. You can also make sure the random data has female names have female faces.

About

UIFaces API client for Elixir applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages