Skip to content

💠A simple Elixir program which generates Identicons.

Notifications You must be signed in to change notification settings

micheleriva/ElixirIdenticon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💠 ElixirIdenticon

A simple Identicon generator, based on a great tutorial on Udemy.

Identicon in action

Installation

$ git clone [email protected]:micheleriva/ElixirIdenticon.git
$ cd ElixirIdenticon
$ mix deps.get
$ iex -S mix

Examples

Input: "hello_world"
hello_world

Input: "elixir_rocks"
hello_world

Input: "functional"
hello_world

Input: "phoenix"
hello_world

Input: "MicheleRiva"
hello_world

Input: "ElixirIdenticon"
hello_world

Releases

No releases published

Packages

No packages published

Languages