git clone https://github.com/rafaelacorrea/identicon
cd identicon
mix deps.get
In the identicon directory, execute the command:
iex -S mix
When the iex is activate, we add the command below to generate a identicon with inserted string:
iex> Identicon.main("Shooky")
:ok
It will return a png: