View Source Identicon (my_identicon_generation v0.1.2)
Create your Identicon similar to github profiles by providing your name
examples
Examples
iex> Identicon.main "your_name"
installation
Installation
iex> def deps do
[{:elasticachex, "~> 1.1"}]
end
deps-to-install-to-work-as-expected
Deps To Install to work as expected
iex> {:egd, github: "erlang/egd"}
Link to this section Summary
Functions
Create a Identicon by providing the name to the main function
Link to this section Functions
Create a Identicon by providing the name to the main function
examples
Examples
iex> Identicon.main "your_name"