{"id":15986756,"url":"https://github.com/luxass/github-emojis","last_synced_at":"2025-03-17T23:30:46.441Z","repository":{"id":129363806,"uuid":"510044548","full_name":"luxass/github-emojis","owner":"luxass","description":"A list of all available emojis on GitHub","archived":false,"fork":false,"pushed_at":"2025-03-10T21:19:07.000Z","size":707,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T22:25:13.528Z","etag":null,"topics":["emoji","github-emoji","github-emojis"],"latest_commit_sha":null,"homepage":"https://github-emojis.luxass.dev","language":"TypeScript","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/luxass.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-03T14:21:28.000Z","updated_at":"2025-02-27T03:54:04.000Z","dependencies_parsed_at":"2023-10-12T23:38:53.045Z","dependency_job_id":"f582df90-0bfc-48c3-b73e-8290a1c31462","html_url":"https://github.com/luxass/github-emojis","commit_stats":{"total_commits":104,"total_committers":3,"mean_commits":"34.666666666666664","dds":"0.23076923076923073","last_synced_commit":"bdffdb346093e3fa85ec6f7dd4c44298a9a3ce32"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxass%2Fgithub-emojis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxass%2Fgithub-emojis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxass%2Fgithub-emojis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxass%2Fgithub-emojis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luxass","download_url":"https://codeload.github.com/luxass/github-emojis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243891898,"owners_count":20364604,"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":["emoji","github-emoji","github-emojis"],"created_at":"2024-10-08T03:03:04.847Z","updated_at":"2025-03-17T23:30:46.197Z","avatar_url":"https://github.com/luxass.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-emojis\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![jsr version][jsr-version-src]][jsr-version-href]\n\nAll GitHub's emojis in one place.\n\n## 📦 Installation\n\n```sh\nnpm install github-emojis\n```\n\n## 📚 Usage\n\n```ts\nimport { emojis, exists, get, getUrl, parse } from \"github-emojis\";\n\n// Get all emojis\nconsole.log(emojis);\n\n// Check if an emoji exists\nconsole.log(exists(\"100\")); // true\n\n// Get an emoji by name\nconsole.log(get(\"100\")); // 💯\n\n// Get an emoji url by name\nconsole.log(getUrl(\"100\")); // https://github.githubassets.com/images/icons/emoji/unicode/1f4af.png?v8\n\n// Parse a string with emojis\nconsole.log(parse(\"Hello :smile:\")); // Hello 😄\n```\n\n\u003e If you only want to get the emoji urls, you can directly import the `emojis` object.\n\n```ts\nimport emojis from \"github-emojis/emojis\";\n```\n\n## All emojis\n\n\u003e [!NOTE]\n\u003e You can view all on [github-emojis.luxass.dev](https://github-emojis.luxass.dev) or directly below.\n\n## 📄 License\n\nPublished under [MIT License](./LICENSE).\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/github-emojis?style=flat\u0026colorA=18181B\u0026colorB=4169E1\n[npm-version-href]: https://npmjs.com/package/github-emojis\n[npm-downloads-src]: https://img.shields.io/npm/dm/github-emojis?style=flat\u0026colorA=18181B\u0026colorB=4169E1\n[npm-downloads-href]: https://npmjs.com/package/github-emojis\n[jsr-version-src]: https://jsr.io/badges/@luxass/github-emojis?style=flat\u0026labelColor=18181B\u0026logoColor=4169E1\n[jsr-version-href]: https://jsr.io/@luxass/github-emojis\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxass%2Fgithub-emojis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluxass%2Fgithub-emojis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxass%2Fgithub-emojis/lists"}