{"id":20014779,"url":"https://github.com/pepebecker/find-hanzi","last_synced_at":"2025-06-10T20:11:47.343Z","repository":{"id":57236262,"uuid":"88679014","full_name":"pepebecker/find-hanzi","owner":"pepebecker","description":"Get some information about one or more characters.","archived":false,"fork":false,"pushed_at":"2020-10-18T08:45:07.000Z","size":7476,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-18T11:16:41.994Z","etag":null,"topics":["cangjie","chinese","find","hacktoberfest","hanzi","mandarin","pinyin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/find-hanzi","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/pepebecker.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":"2017-04-18T23:22:07.000Z","updated_at":"2020-10-18T08:39:34.000Z","dependencies_parsed_at":"2022-08-23T15:51:00.199Z","dependency_job_id":null,"html_url":"https://github.com/pepebecker/find-hanzi","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/pepebecker%2Ffind-hanzi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Ffind-hanzi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Ffind-hanzi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Ffind-hanzi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepebecker","download_url":"https://codeload.github.com/pepebecker/find-hanzi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Ffind-hanzi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259144813,"owners_count":22811926,"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":["cangjie","chinese","find","hacktoberfest","hanzi","mandarin","pinyin"],"created_at":"2024-11-13T07:43:54.182Z","updated_at":"2025-06-10T20:11:47.321Z","avatar_url":"https://github.com/pepebecker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Find Hanzi\n\n[![npm version](https://img.shields.io/npm/v/find-hanzi.svg)](https://www.npmjs.com/package/find-hanzi)\n[![Travis Build Status](https://travis-ci.org/pepebecker/find-hanzi.svg)](https://travis-ci.org/pepebecker/find-hanzi)\n[![Coverage Status](https://coveralls.io/repos/github/pepebecker/find-hanzi/badge.svg)](https://coveralls.io/github/pepebecker/find-hanzi)\n[![Greenkeeper badge](https://badges.greenkeeper.io/pepebecker/find-hanzi.svg)](https://greenkeeper.io/)\n[![dependency status](https://img.shields.io/david/pepebecker/find-hanzi.svg)](https://david-dm.org/pepebecker/find-hanzi)\n[![dev dependency status](https://img.shields.io/david/dev/pepebecker/find-hanzi.svg)](https://david-dm.org/pepebecker/find-hanzi#info=devDependencies)\n[![ISC-licensed](https://img.shields.io/github/license/pepebecker/find-hanzi.svg)](https://choosealicense.com/licenses/isc/)\n[![chat on gitter](https://badges.gitter.im/pepebecker.svg)](https://gitter.im/pepebecker)\n\n## Install\n\n```shell\nnpm install find-hanzi\n```\n\n## Usage\n\n```js\nconst findHanzi = require('find-hanzi')\n\nfindHanzi('我')\n.then(console.log)\n.catch(console.error)\n// [ {\n//   hanzi: '我',\n//   pinyin: 'wǒ',\n//   pinyinList: ['wǒ'],\n//   cangjie: '竹手戈',\n//   cangjieRomanized: 'HQI',\n//   strokes: '7',\n//   frequency: '1',\n//   definition: 'our, us, i, me, my, we'\n// } ]\n\nfindHanzi('AMYO')\n.then(console.log)\n.catch(console.error)\n// [ {\n//   hanzi: '是',\n//   pinyin: 'shì, tí',\n//   pinyinList: ['shì', 'tí'],\n//   cangjie: '日一卜人',\n//   cangjieRomanized: 'AMYO',\n//   strokes: '9',\n//   frequency: '1',\n//   definition: 'indeed, yes, right; to be; demonstrative pronoun, this, that'\n// } ]\n```\n\n## Related\n\n- [`pinyin-utils`](https://github.com/pepebecker/pinyin-utils)\n- [`pinyin-split`](https://github.com/pepebecker/pinyin-split)\n- [`hsk-words`](https://github.com/pepebecker/hsk-words)\n- [`pinyin-or-hanzi`](https://github.com/pepebecker/pinyin-or-hanzi)\n- [`hanzi-to-pinyin`](https://github.com/pepebecker/hanzi-to-pinyin)\n- [`pinyin-convert`](https://github.com/pepebecker/pinyin-convert)\n- [`pinyin-rest`](https://github.com/pepebecker/pinyin-rest)\n- [`pinyin-api`](https://github.com/pepebecker/pinyin-api)\n- [`pinyin-bot-core`](https://github.com/pepebecker/pinyin-bot-core)\n- [`pinyin-telegram`](https://github.com/pepebecker/pinyin-telegram)\n- [`pinyin-messenger`](https://github.com/pepebecker/pinyin-messenger)\n\n## Contributing\n\nIf you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/pepebecker/find-hanzi/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepebecker%2Ffind-hanzi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepebecker%2Ffind-hanzi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepebecker%2Ffind-hanzi/lists"}