An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 💠 ElixirIdenticon

A simple Identicon generator, based on a great tutorial on Udemy.

![Identicon in action](/docs/identicon.gif)

# Installation

```sh
$ git clone git@github.com:micheleriva/ElixirIdenticon.git
$ cd ElixirIdenticon
$ mix deps.get
$ iex -S mix
```

# Examples

**Input:** "hello_world"

![hello_world](/docs/identicons/hello_world.png)

**Input:** "elixir_rocks"

![hello_world](/docs/identicons/elixir_rocks.png)

**Input:** "functional"

![hello_world](/docs/identicons/functional.png)

**Input:** "phoenix"

![hello_world](/docs/identicons/phoenix.png)

**Input:** "MicheleRiva"

![hello_world](/docs/identicons/MicheleRiva.png)

**Input:** "ElixirIdenticon"

![hello_world](/docs/identicons/ElixirIdenticon.png)