/identiconium-elixir

An identicon generator in Elixir

Primary LanguageElixir

Instructions

mix deps.get & run the following command to generate yourstring.png. The resulting file will be located inside of the /identicons directory.

Note: Replace "yourstring" with any string value for a unique identicon

iex> Identicon.main("yourstring")    
      :ok

Example:

Alt text

Enjoy!

Report an issue