rgab1508 / identicon

Elixir program to generate Identicon from input String

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identicon

Elixir program to generate Identicon image from input String

Usage

  git clone https://github.com/rgab1508/identicon.git
  cd identicon
  mix deps.get
  iex -S mix
  iex> Identicon.main("any_string")

About

Elixir program to generate Identicon from input String


Languages

Language:Elixir 100.0%