kathgironpe / ui_faces

UIFaces API client for Elixir applications.

Home Page:https://hexdocs.pm/ui_faces/0.1.7/UiFaces.Face.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://hexdocs.pm/ui_faces/0.1.7/UiFaces.Face.html


Languages

Language:Elixir 100.0%