1.0.2 • Published 6 years ago

pinyin-rest v1.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Pinyin Rest

dependency status dev dependency status MIT-licensed chat on gitter

Install

npm install pepebecker/pinyin-rest

GET /pinyin/...

Examples

GET: https://pinyin-rest.pepebecker.com/pinyin/我的猫喜欢喝牛奶
=> wǒ de māo xǐ huān hē niú nǎi
GET: https://pinyin-rest.pepebecker.com/pinyin/wo3 xi3huan1 he1 cha2
=> wǒ xǐhuān hē chá
GET: https://pinyin-rest.pepebecker.com/pinyin/wǒ xǐhuān hēchá?keepSpaces=true'
=> wo3 xi3huan1 he1 cha2
GET: https://pinyin-rest.pepebecker.com/pinyin/woxihuanhecha?split=true
=> ["wo", "xi", "huan", "he", "cha"]

GET /hanzi/...

Examples

GET: https://pinyin-rest.pepebecker.com/hanzi/喜
=> [
    {
     "hanzi": "喜",
     "pinyin": ["xǐ", "xī", "chì"],
     "cangjie": "GRTR",
     "cangjie2": "土口廿口",
     "strokes": "12",
     "frequency": "2",
     "definition": "like, love, enjoy; joyful thing"
    }
   ]

Related

Contributing

If you have a question, found a bug or want to propose a feature, have a look at the issues page.