npm install pepebecker/hsk-words
const hsk = require('hsk-words')
hsk.get('我')
.then(console.log)
.catch(console.error)
// {
// simplified: '我',
// traditional: '我',
// pinyin: 'wǒ',
// pinyinN: 'wo3',
// definition: 'I; me',
// hsk: 1
// }
hsk.get('喜欢')
.then(console.log)
.catch(console.error)
// {
// simplified: '喜欢',
// traditional: '喜歡',
// pinyin: 'xǐhuan',
// pinyinN: 'xi3huan5',
// definition: 'to like',
// hsk: 1
// }
pinyin-utils
pinyin-split
find-hanzi
cedict
mdbg
pinyin-or-hanzi
hanzi-to-pinyin
pinyin-convert
pinyin-rest
pinyin-api
pinyin-bot-core
pinyin-telegram
pinyin-messenger
pinyin-line
pinyin-chrome
pinyin-cli
hanzi-cli
If you have a question, found a bug or want to propose a feature, have a look at the issues page.