Generate Identicons with Elixir (for educacional purposes).
After cloning this repository, run the following commands to setup the project:
mix deps.get
mix deps.compile
After installing the dependencies and compiling the project, run the following command to access Elixir’s Interactive Shell:
iex -S mix
And finally generate your Identicon with the following command:
Identicon.main("your_string_here")
With this a new Identicon is generated at the root of the project.