/identikon

Identicon Elixir Try-outs following tutorials by StephenGrider.

Primary LanguageElixirGNU General Public License v3.0GPL-3.0

Identikon

Utility: Creates an Identicon for a given name. Identicons are images generated for a given name. Like the default avatar assigned by Github when you sign up.

To Run:

iex> Identikon.main("llk23r")

The above code will generate an image as:

alt identicon

iex> Identikon.main("bitcoin")

The above code will generate an image as:

alt identicon

Installation

If available in Hex, the package can be installed by adding identikon to your list of dependencies in mix.exs:

def deps do
  [
    {:identikon, "~> 0.1.0"}
  ]
end

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