Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kathgironpe/ui_faces
UIFaces API client for Elixir applications.
https://github.com/kathgironpe/ui_faces
Last synced: 2 months ago
JSON representation
UIFaces API client for Elixir applications.
- Host: GitHub
- URL: https://github.com/kathgironpe/ui_faces
- Owner: kathgironpe
- Created: 2016-07-15T10:59:57.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2022-08-28T11:40:16.000Z (over 2 years ago)
- Last Synced: 2024-10-18T15:17:54.888Z (3 months ago)
- Language: Elixir
- Homepage: https://hexdocs.pm/ui_faces/0.1.7/UiFaces.Face.html
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - UIFaces API client for Elixir applications. (Third Party APIs)
- fucking-awesome-elixir - ui_faces - UIFaces API client for Elixir applications. (Third Party APIs)
- awesome-elixir - ui_faces - UIFaces API client for Elixir applications. (Third Party APIs)
README
# UIFaces
## Note: project has been discontinued. UI Faces no longer releases new API keys.
## Features
- [x] Return a random authorized user
- [x] Returns an authorized user## Installation
The package is [available in Hex](https://hexdocs.pm/ui_faces/0.1.7/UiFaces.Face.html) 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"}]
end2. Ensure `ui_faces` is started before your application:
def application do
[applications: [:ui_faces]]
end## Usage
### Get random authorized user
```elixir
UiFaces.Face.random
```### Get authorized user
```elixir
UiFaces.Face.user("calebogden")
```## Related Projects
* [Random User](https://github.com/katgironpe/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.