项目作者: freqn
项目描述 :
An identicon generator in Elixir
高级语言: Elixir
项目地址: git://github.com/freqn/identiconium-elixir.git
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:

Enjoy!
Report an issue