https://github.com/micheleriva/elixiridenticon
💠A simple Elixir program which generates Identicons.
https://github.com/micheleriva/elixiridenticon
elixir elixir-lang erlang generator identicon identicon-avatar identicon-generator
Last synced: 2 months ago
JSON representation
💠A simple Elixir program which generates Identicons.
- Host: GitHub
- URL: https://github.com/micheleriva/elixiridenticon
- Owner: micheleriva
- Created: 2018-10-26T12:50:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T13:03:35.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T19:43:59.460Z (6 months ago)
- Topics: elixir, elixir-lang, erlang, generator, identicon, identicon-avatar, identicon-generator
- Language: Elixir
- Homepage:
- Size: 700 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💠ElixirIdenticon
A simple Identicon generator, based on a great tutorial on Udemy.

# Installation
```sh
$ git clone git@github.com:micheleriva/ElixirIdenticon.git
$ cd ElixirIdenticon
$ mix deps.get
$ iex -S mix
```# Examples
**Input:** "hello_world"
**Input:** "elixir_rocks"
**Input:** "functional"
**Input:** "phoenix"
**Input:** "MicheleRiva"
**Input:** "ElixirIdenticon"
