/identicon

Github like identicon generator in Elixir

Primary LanguageElixir

Identicon

Identicons

Generate Github like identicons from any string (usernames, emails, phones).

How to use

> iex -S mix

iex(1)> Identicon.main("Titanic")
:ok

An identicon image with name Titanic.png will be saved in current directory.

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/identicon.