Identicon Generator
takes an imput string, and generates a mirrored 5 x 5 identicon image
based on that input.
In your terminal run iex -S mix to start elixir.
Then run Identicon.main('string here') to generate your identicon.
Your identicon will save as a .png file
Have Fun!
If available in Hex, the package can be installed
by adding identicon to your list of dependencies in mix.exs:
def deps do
[
{:identicon, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/identicon.