https://github.com/nimaposhtiban/identicon
Creates identicon
https://github.com/nimaposhtiban/identicon
elixir elixir-lang erlang-library identicon
Last synced: about 1 year ago
JSON representation
Creates identicon
- Host: GitHub
- URL: https://github.com/nimaposhtiban/identicon
- Owner: NimaPoshtiban
- Created: 2021-02-13T18:46:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T20:34:41.000Z (about 5 years ago)
- Last Synced: 2025-02-08T19:15:05.398Z (over 1 year ago)
- Topics: elixir, elixir-lang, erlang-library, identicon
- Language: Elixir
- Homepage:
- Size: 5.86 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`:
```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 [https://hexdocs.pm/identicon](https://hexdocs.pm/identicon).