{"id":13508375,"url":"https://github.com/rbishop/identicon","last_synced_at":"2025-10-25T01:40:10.099Z","repository":{"id":32681428,"uuid":"36270275","full_name":"rbishop/identicon","owner":"rbishop","description":"An Elixir library for generating GitHub-like identicons","archived":false,"fork":false,"pushed_at":"2017-04-13T16:41:41.000Z","size":196,"stargazers_count":27,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T18:57:09.726Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rbishop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-26T03:45:18.000Z","updated_at":"2024-03-01T11:55:44.000Z","dependencies_parsed_at":"2022-07-10T03:46:42.572Z","dependency_job_id":null,"html_url":"https://github.com/rbishop/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/rbishop%2Fidenticon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbishop%2Fidenticon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbishop%2Fidenticon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rbishop%2Fidenticon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rbishop","download_url":"https://codeload.github.com/rbishop/identicon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244717381,"owners_count":20498284,"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":[],"created_at":"2024-08-01T02:00:52.201Z","updated_at":"2025-10-25T01:40:05.054Z","avatar_url":"https://github.com/rbishop.png","language":"Elixir","funding_links":[],"categories":["Images"],"sub_categories":[],"readme":"Identicon\n=========\n\nAn Elixir library for generating GitHub-like symmetrical 5x5 identicons.\n\n## Usage\n\nJust pass a string or `char_list` to `Identicon.render/1`. You\nwill get back a Base64 encoded string representing your\nidenticon image.\n\n```elixir\nimage = Identicon.render \"Elixir\"\n# =\u003e a1070f60bb1e600...\"\n```\n\nYou can just keep using this in memory or write to file and decode into an\nimage:\n\n```elixir\nimage = Identicon.render \"Elixir\"\n:ok = File.write(\"Elixir.txt\", image)\n```\n\n```bash\n$ cat Elixir.txt | base64 -D -o elixir.png\n```\n\n## Todo\n\n- [ ] Support various size/pixel count/background color identicons\n- [x] Make the identicons symmetric like GitHub's (so cool!)\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n\n## License\n\nIdenticon uses the same license as the Elixir programming language. See the\n[license\nfile](https://raw.githubusercontent.com/rbishop/identicon/master/LICENSE) for\nmore information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbishop%2Fidenticon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frbishop%2Fidenticon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frbishop%2Fidenticon/lists"}