Popularity
0.4
Growing
Activity
0.0
Stable
1
1
1

Monthly Downloads: 6
Programming language: Elixir
License: MIT License
Tags: Third Party APIs    

ui_faces alternatives and similar packages

Based on the "Third Party APIs" category.
Alternatively, view ui_faces alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ui_faces or a related project?

Add another 'Third Party APIs' Package

README

UIFaces Build Status Coverage Status Deps Status

Features

  • [x] Return a random authorized user
  • [x] 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
    
  2. 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.