Popularity
0.2
Stable
Activity
0.0
Stable
1
0
1
Monthly Downloads: 18
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.
-
MongoosePush
MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS. -
sparkpost
SparkPost client library for Elixir https://developers.sparkpost.com -
elixtagram
:camera: Instagram API client for the Elixir language (elixir-lang) -
google_sheets
Elixir library for fetching Google Spreadsheet data in CSV format -
amazon_product_advertising_client
An Amazon Product Advertising API client for Elixir -
pay_pal
:money_with_wings: PayPal REST API client for the Elixir language (elixir-lang) -
cashier
Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP -
elixir_ipfs_api
The Elixir library that is used to communicate with the IPFS REST endpoint. -
airbrake
An Elixir notifier to the Airbrake/Errbit. System-wide error reporting enriched with the information from Plug and Phoenix channels.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of ui_faces or a related project?
README
UIFaces

Features
- [x] Return a random authorized user
- [x] Returns an authorized user
Installation
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
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.