Generate identicons based on a given string.
It's based on Github Identicons.
To use this app, just call Identicon.generate/1
:
iex> Identicon.generate("zeller")
A 250x250 png
file, the identicon, will be create at the project's root directory:
The same string will aways generate the same identicon.