Skip to content

bdurb/identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicon

Identicon Generator takes an imput string, and generates a mirrored 5 x 5 identicon image based on that input. In your terminal run iex -S mix to start elixir. Then run Identicon.main('string here') to generate your identicon. Your identicon will save as a .png file

Have Fun!

Installation

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

def deps do
  [
    {:identicon, "~> 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/identicon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages