{"id":21365460,"url":"https://github.com/frameable/emojisearch","last_synced_at":"2025-10-12T09:37:40.707Z","repository":{"id":111817086,"uuid":"561020396","full_name":"frameable/emojisearch","owner":"frameable","description":"Search for emojis","archived":false,"fork":false,"pushed_at":"2023-12-08T19:35:56.000Z","size":21,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-16T07:41:34.928Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frameable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-11-02T19:11:20.000Z","updated_at":"2023-08-19T12:54:53.000Z","dependencies_parsed_at":"2023-06-03T23:45:17.464Z","dependency_job_id":null,"html_url":"https://github.com/frameable/emojisearch","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/frameable/emojisearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frameable%2Femojisearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frameable%2Femojisearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frameable%2Femojisearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frameable%2Femojisearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frameable","download_url":"https://codeload.github.com/frameable/emojisearch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frameable%2Femojisearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010938,"owners_count":26084837,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-22T07:11:18.845Z","updated_at":"2025-10-12T09:37:40.686Z","avatar_url":"https://github.com/frameable.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emojisearch 🔍\n\nSearch for emojis with single words or phrases\n\n```javascript\nconst emojisearch = require('emojisearch')\nconst results = emojisearch('reading', 3)\n\n// [\n//   {\n//     char: '📕',\n//     keywords: [ 'read', 'library', 'knowledge', 'textbook', 'learn' ],\n//     name: 'closed_book',\n//     score: 2.75\n//   },\n//   {\n//     char: '📗',\n//     keywords: [ 'read', 'library', 'knowledge', 'study' ],\n//     name: 'green_book',\n//     score: 2.7499\n//   },\n//   {\n//     char: '📘',\n//     keywords: [ 'read', 'library', 'knowledge', 'learn', 'study' ],\n//     name: 'blue_book',\n//     score: 2.7498\n//   }\n// ]\n```\n\n### Comparison with `@jukben/emoji-search`\n\nThis library takes a different approach to sorting results, fuzzy maching, stemming, etc.  A comparison table follows...\n\nphrase | emoji-search | emojisearch\n-------|--------------|------------\nwatching tv | 📺 |  📺\nsmoking cigarettes | 🚬 | 🚬\ntaking a bath | 🛀 | 🛀\nswimsuit  | - | 🩱\ndriving kids to school | 🏫 | 🏫\nreading | 🤱 | 📕\non vacation | 🎄 | 🌄\nsick  | 🤒 | 🤒\nawesome | ❇️  | 👍\nworkin' | - | 🏗️\ntaking a break | 💔 | 💔\nfocus time | ⌚ | ⌛\nconversion tracking | 👣 | 🛤️\nlunchtime | - | 🥪\ntaking photos | 👣 | -\nperformance testing | - | 🧪\ngetting ready|  🖐 | 💆\nartist  | 🎙️ | 🧑‍🎨\nwriting | 🖊️ | ✍️\nplumber | 👩‍🔧 | 👨‍🔧\nspace exploration | 👩‍🚀 | 👨‍🚀\non my way | - | 🌌\ndoctor  | 🥼  |  👨‍⚕️\non a call | 🤙 | ☎️\nnapping | - | 😪\nlistening to music | 🎷 | 🎶\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframeable%2Femojisearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fframeable%2Femojisearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fframeable%2Femojisearch/lists"}