Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 616 Bytes

Identicon

Elixir program to create "Identity Icons" based on a string input

This project is part of The Complete Elixir and Phoenix Bootcamp by @StephenGrider

How to execute

Requires:

  • Elixir 1.10.4

Clone the repository, navigate to the project folder and install the dependencies:

mix deps.get

Then you can run an iex shell and execute the generate function.

iex -S mix

iex(1)> Identicon.generate('myname')

The program will create a file called myname.png inside the current directory.