Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jovannypcg/identicon
https://github.com/jovannypcg/identicon
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jovannypcg/identicon
- Owner: jovannypcg
- Created: 2016-12-25T19:57:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-28T20:42:48.000Z (about 8 years ago)
- Last Synced: 2024-11-02T02:42:46.207Z (2 months ago)
- Language: Elixir
- Homepage:
- Size: 7.81 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 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
```