Skip to content

shuv1824/identicon-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicon

Small Elixir program that generates and stores identicons based on a string.

Installation

Clone the repo and in the project directory run:

$ mix deps.get

Then to run the project:

$ iex -S mix

Once in the iex console run:

iex> Identicon.generate(<input_string>)

This will generate an identicon based on the input_string and will persist the image in the priv directory with the filename same as tje input string.

About

This is a small Elixir program that generates an identicon based on the input string and stores the PNG image on drive.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages