Packages
identicon_dan1d
0.1.0
Package to create an image based on a string as github does. It allways returns the same output for the same input.
Current section
Files
Jump to
Current section
Files
identicon_dan1d
README.md
README.md
# Identicon
Just following the course on udemy.
## 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
```
## Usage
```
iex> Identicon.main("test1")
:ok
```

```
iex> Identicon.main("test2")
:ok
```

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).