freqn / identiconium-elixir

An identicon generator in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An identicon generator in Elixir


Languages

Language:Elixir 100.0%