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

https://github.com/aristotelesbr/elixircode

sample application for estuding Elixir lang
https://github.com/aristotelesbr/elixircode

application elixir estuding

Last synced: 10 months ago
JSON representation

sample application for estuding Elixir lang

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 as:

1. Add `identicon` to your list of dependencies in `mix.exs`:

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

2. Ensure `identicon` is started before your application:

```elixir
def application do
[applications: [:identicon]]
end
```