https://github.com/pacodw/identicon_with_elixir
Create an Identicon, this project was created taking a Udemy course :)
https://github.com/pacodw/identicon_with_elixir
elixir learning
Last synced: about 1 year ago
JSON representation
Create an Identicon, this project was created taking a Udemy course :)
- Host: GitHub
- URL: https://github.com/pacodw/identicon_with_elixir
- Owner: PacoDw
- Created: 2020-07-15T17:35:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-15T17:37:01.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T11:30:00.941Z (over 1 year ago)
- Topics: elixir, learning
- Language: Elixir
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Identicon
**TODO: Add description**
## 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).