Skip to content

timbuckley/identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicon

Given a username, create an identicon image representation (PNG format).

Usage

$ iex -S mix
Identicon.main("name here")
# -> :ok

Examples

"banana"

banana

"timbuckley"

timbuckley

Installation

If available in Hex, the package can be installed as:

  1. Add identicon to your list of dependencies in mix.exs:

    def deps do [{:identicon, "~> 0.0.1"}] end

  2. Ensure identicon is started before your application:

    def application do [applications: [:identicon]] end

About

Creates identicon image for your username

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages