/identicon_generator

Elixir app that generates 5x5 identicons

Primary LanguageElixir

Identicon Generator

Identicon

This Elixir application generates 5x5 identicons for a given string.

The basis for this app is from Udemy course The Complete Elixir and Phoenix Bootcamp.

I have made some changes and have enabled running this app from the CLI using escript.

Setting Up

  1. Clone this repostitory locally and cd into the newly created directory
  2. Run mix deps.get
  3. (Optional) Run mix docs to generate documentation for this application.

Generate Your Own Identicons!

To generate identicons, run the following in your terminal while in the main directory of this project.

./identicon some_string

some_string is whatever combination of characters you would like to generate identicon for!

You can find your newly generated identicon in the images/ directory at ./images/<some_string>.png.