{"id":18721049,"url":"https://github.com/mauricius/elixir-identicon","last_synced_at":"2025-11-11T00:30:20.518Z","repository":{"id":66196086,"uuid":"230944863","full_name":"mauricius/elixir-identicon","owner":"mauricius","description":"Identicon generator built with Elixir","archived":false,"fork":false,"pushed_at":"2019-12-30T16:28:43.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-28T11:41:39.682Z","etag":null,"topics":["elixir","elixir-examples","elixir-lang","identicon","identicon-generator"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mauricius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-30T16:15:15.000Z","updated_at":"2024-04-03T09:03:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"9927e71f-66c8-4504-a2bb-3562fb5a945f","html_url":"https://github.com/mauricius/elixir-identicon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricius%2Felixir-identicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricius%2Felixir-identicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricius%2Felixir-identicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricius%2Felixir-identicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricius","download_url":"https://codeload.github.com/mauricius/elixir-identicon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239585335,"owners_count":19663555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","elixir-examples","elixir-lang","identicon","identicon-generator"],"created_at":"2024-11-07T13:33:24.276Z","updated_at":"2025-11-11T00:30:20.449Z","avatar_url":"https://github.com/mauricius.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elixir Identicon\n\n_This project is mostly for learning purposes._\n\n[Identicon](https://en.wikipedia.org/wiki/Identicon) generator built with Elixir. Loosely inspired by the code from this [Udemy course](https://www.udemy.com/course/the-complete-elixir-and-phoenix-bootcamp-and-tutorial).\n\n## Install\n\n- Make sure you have [Elixir](https://elixir-lang.org/) installed. On a Mac you can use `brew install elixir`\n- Run `mix deps.get` and `mix escript.build`\n\n## Usage\n\nUse the compiled binary:\n\n```\n$ ./identicon test\n```\n\nwill generate the identicon for the `test` input string in the current folder, as a 250x250 PNG image.\n\nAlternatively you can output the identicon directly to console, using the `--console` switch\n\n```\n$ ./identicon test --console\n```\n\nYou can run the program within the REPL interactive console:\n\n```\n$ iex -S mix run\niex(1)\u003e Identicon.console(\"test\")\n:ok\niex(2)\u003e Identicon.output(\"test\")\n:ok\n```\n\n## Development\n\n- compile dependencies `mix deps.compile`\n- run the tests with `mix test`\n- format code using `mix format`\n\n## Notes\n\nI used [Dialyxir](https://github.com/jeremyjh/dialyxir) to check for [types](https://hexdocs.pm/elixir/typespecs.html) errors. Dialyxir is a wrapper around the Erlang tool [Dialyzer](http://erlang.org/doc/man/dialyzer.html), which is a static analysis tool for Erlang and other languages that compile to BEAM bytecode.\n\n## License\n\n[MIT](LICENSE.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricius%2Felixir-identicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricius%2Felixir-identicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricius%2Felixir-identicon/lists"}