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
- Host: GitHub
- URL: https://github.com/aahaidaralbaqir/identicon
- Owner: aahaidaralbaqir
- Created: 2023-11-19T07:00:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T13:23:05.000Z (over 2 years ago)
- Last Synced: 2024-05-20T23:25:46.385Z (about 2 years ago)
- Topics: elixir, functional-programming
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .