/identicon

Elixir App to generate Identicons

Primary LanguageElixirMIT LicenseMIT

Identicon

Generate identicons based on a given string.

It's based on Github Identicons.

Usage Examples

To use this app, just call Identicon.generate/1:

iex> Identicon.generate("zeller")

A 250x250 png file, the identicon, will be create at the project's root directory:

The same string will aways generate the same identicon.