RandomUserApi
Small and useful library, which use API of http://randomuser.me to generate random users.
Installation
The package can be installed as:
Add random_user_api to your list of dependencies in
mix.exs:def deps do
[{:random_user_api, "~> 0.7.1"}]end
Ensure random_user_api is started before your application, otherwise it won't work:
def application do
[applications: [:random_user_api]]end
Sketch of the documentation is available here.
For now works:
getting single user
getting multiple users
getting user/s with selected gender
getting users with selected nationality/iesTodo:
narrowing informations about users with inc/excEnjoy!