An open API service indexing awesome lists of open source software.

https://github.com/aahaidaralbaqir/identicon

Github default profile image generator written in elixir
https://github.com/aahaidaralbaqir/identicon

elixir functional-programming

Last synced: 5 months ago
JSON representation

Github default profile image generator written in elixir

Awesome Lists containing this project

README

          

# Identicon

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `identicon` to your list of dependencies in `mix.exs`:

### EGD - Erlang Graphical Drawer
`:egd` is no longer available in Elixir OTP, so to get around this
mix.exs:

```
{:egd, github: "erlang/egd"}
```

To install dependencies:

```
mix deps.clean --all
mix deps.get
mix deps.compile
```

```elixir
def deps do
[
{:identicon, "~> 0.1.0"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .