Giter Site home page Giter Site logo

identicon's Introduction

Identicon

Project focused in generating a Identicon (avatar) using Elixir Image Manipulation For more details about what is an Identicon, you can read it here.

Main Goal

The main goal of this application is to create a Module that enables the user to generate from a specific string always the same image, having then a unique avatar per username, similar with what GitHub does if you do not have an image uploaded.

  • Parse input String
  • Collect from it a list of hexadecimals
  • From them extract a color
  • From them extract a set of forms
  • Generate a grid and fill the selected squares
  • Save image with input name

Docs

To generate the Docs of the module it is necessary just to open a terminal window, inside the base folder of the module and then type

mix docs

Testing

Elixir has a quite rich out-of-the-box testing support, so additional plugins or libraries are not needed in order to make the tests run or you to right them. Go to the base folder of the module and then type

mix test

Installation

Docker

WIP...

Local stack

Elixir

Excelent tutorial on official doc

After clone

In order to download all the dependencies needed for the application to work run

mix deps.get

References

This application was suggested as dive in project to get more practice in Elixir, in the excelent Stephen Grider's course at Udemy.

identicon's People

Contributors

castrodrigo avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.