pinyin-rest

1.0.2 • Public • Published

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": ["""""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.

Package Sidebar

Install

npm i pinyin-rest

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • pepebecker