{"id":20014834,"url":"https://github.com/pepebecker/hsk-words","last_synced_at":"2025-06-10T15:06:36.671Z","repository":{"id":56104178,"uuid":"92633029","full_name":"pepebecker/hsk-words","owner":"pepebecker","description":"Get information about HSK words.","archived":false,"fork":false,"pushed_at":"2020-11-25T07:38:56.000Z","size":18,"stargazers_count":16,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-04T22:37:19.086Z","etag":null,"topics":["chinese","hanzi","hsk","mandarin","pinyin"],"latest_commit_sha":null,"homepage":"https://github.com/pepebecker/hsk-words","language":"JavaScript","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/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-05-28T01:18:36.000Z","updated_at":"2024-09-13T16:11:50.000Z","dependencies_parsed_at":"2022-08-15T13:10:51.367Z","dependency_job_id":null,"html_url":"https://github.com/pepebecker/hsk-words","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%2Fhsk-words","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Fhsk-words/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Fhsk-words/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Fhsk-words/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pepebecker","download_url":"https://codeload.github.com/pepebecker/hsk-words/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pepebecker%2Fhsk-words/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259098440,"owners_count":22804783,"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":["chinese","hanzi","hsk","mandarin","pinyin"],"created_at":"2024-11-13T07:44:02.792Z","updated_at":"2025-06-10T15:06:36.646Z","avatar_url":"https://github.com/pepebecker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HSK Words\n\n[![Travis Build Status](https://travis-ci.org/pepebecker/hsk-words.svg)](https://travis-ci.org/pepebecker/hsk-words)\n[![Coverage Status](https://coveralls.io/repos/github/pepebecker/hsk-words/badge.svg)](https://coveralls.io/github/pepebecker/hsk-words)\n[![dependency status](https://img.shields.io/david/pepebecker/hsk-words.svg)](https://david-dm.org/pepebecker/hsk-words)\n[![dev dependency status](https://img.shields.io/david/dev/pepebecker/hsk-words.svg)](https://david-dm.org/pepebecker/hsk-words#info=devDependencies)\n[![MIT-licensed](https://img.shields.io/github/license/pepebecker/hsk-words.svg)](https://opensource.org/licenses/MIT)\n[![chat on gitter](https://badges.gitter.im/pepebecker.svg)](https://gitter.im/pepebecker)\n\n## Install\n\n```shell\nnpm install pepebecker/hsk-words\n```\n\n## Usage\n\n```js\nconst hsk = require('hsk-words')\n\nhsk.get('我')\n.then(console.log)\n.catch(console.error)\n// {\n//   simplified: '我',\n//   traditional: '我',\n//   pinyin: 'wǒ',\n//   pinyinN: 'wo3',\n//   definition: 'I; me',\n//   hsk: 1\n// }\n\nhsk.get('喜欢')\n.then(console.log)\n.catch(console.error)\n// {\n//   simplified: '喜欢',\n//   traditional: '喜歡',\n//   pinyin: 'xǐhuan',\n//   pinyinN: 'xi3huan5',\n//   definition: 'to like',\n//   hsk: 1\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- [`find-hanzi`](https://github.com/pepebecker/find-hanzi)\n- [`cedict`](https://github.com/pepebecker/cedict)\n- [`mdbg`](https://github.com/pepebecker/mdbg)\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- [`pinyin-line`](https://github.com/pepebecker/pinyin-line)\n- [`pinyin-chrome`](https://github.com/pepebecker/pinyin-chrome)\n- [`pinyin-cli`](https://github.com/pepebecker/pinyin-cli)\n- [`hanzi-cli`](https://github.com/pepebecker/hanzi-cli)\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/hsk-words/issues).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepebecker%2Fhsk-words","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpepebecker%2Fhsk-words","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpepebecker%2Fhsk-words/lists"}