Skip to content

Generate Identicons with Elixir (for educacional purposes)

Notifications You must be signed in to change notification settings

pinceladasdaweb/identicon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Identicon

Generate Identicons with Elixir (for educacional purposes).

Installation

After cloning this repository, run the following commands to setup the project:

mix deps.get
mix deps.compile

After installing the dependencies and compiling the project, run the following command to access Elixir’s Interactive Shell:

iex -S mix

And finally generate your Identicon with the following command:

Identicon.main("your_string_here")

With this a new Identicon is generated at the root of the project.

About

Generate Identicons with Elixir (for educacional purposes)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages