Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jtucker/identicon
Elixir/Phoenix learning
https://github.com/jtucker/identicon
Last synced: 6 days ago
JSON representation
Elixir/Phoenix learning
- Host: GitHub
- URL: https://github.com/jtucker/identicon
- Owner: jtucker
- Created: 2017-09-16T18:24:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T13:30:44.000Z (over 7 years ago)
- Last Synced: 2024-11-20T06:34:01.839Z (2 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- 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).