{"id":13791877,"url":"https://github.com/danfinlay/jazzicon","last_synced_at":"2025-04-09T20:09:34.268Z","repository":{"id":44992059,"uuid":"58502724","full_name":"danfinlay/jazzicon","owner":"danfinlay","description":"Jazzy deterministic identicons for a more entertaining future.","archived":false,"fork":false,"pushed_at":"2023-02-14T19:28:56.000Z","size":281,"stargazers_count":213,"open_issues_count":9,"forks_count":66,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T20:09:28.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danfinlay.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-05-11T00:45:02.000Z","updated_at":"2025-01-23T22:16:51.000Z","dependencies_parsed_at":"2024-01-07T05:05:43.886Z","dependency_job_id":"3b36e576-9132-48ea-b8c0-cff67607e1a1","html_url":"https://github.com/danfinlay/jazzicon","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":"0.10344827586206895","last_synced_commit":"46beb7e4e7e5860f2246ab356c0ffde74ca22667"},"previous_names":["flyswatter/jazzicon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danfinlay%2Fjazzicon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danfinlay%2Fjazzicon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danfinlay%2Fjazzicon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danfinlay%2Fjazzicon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danfinlay","download_url":"https://codeload.github.com/danfinlay/jazzicon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103871,"owners_count":21048245,"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-03T22:01:05.444Z","updated_at":"2025-04-09T20:09:34.222Z","avatar_url":"https://github.com/danfinlay.png","language":"JavaScript","funding_links":[],"categories":["Jazzicon","JavaScript"],"sub_categories":[],"readme":"# Jazzicon\n## Jazzy Identicons\n\n[Live Example](http://requirebin.com/?gist=64341df46d79cc72567417c022e9d0ee)\n\nSay goodbye to boring blocky identicons that look like they came out of the 70s, and replace them with jazzy, colorful collages that more likely came out of the 80's.\n\n![example](./example.png)\n\n## Installation\n\n```\nnpm install jazzicon -S\n```\n\n## Usage\n\nTakes a pixel diameter and a javascript integer (seeds the shape), and gives you back a DOM element to use as you wish!\n\n```javascript\nvar jazzicon = require('jazzicon')\n\nvar body = document.querySelector('body')\nfor(var i = 0; i \u003c 60; i++) {\n  var el = jazzicon(100, Math.round(Math.random() * 10000000))\n  body.appendChild(el)\n}\n```\n\n## Example\n\nYou can run an example by installing beefy (`npm i -g beefy`) and then running `npm run sample`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanfinlay%2Fjazzicon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanfinlay%2Fjazzicon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanfinlay%2Fjazzicon/lists"}