Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 910 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 910 Bytes

openbuilder-node

Easily-written kakao openbuilder library to develop kakao channel

  • written in typescript

The library includes a functions as below:

  • Parser of openbuilder skill request (SkillRequest)
  • Builder class of openbuilder skill response (SkillPayload)
    • supports components below:
      • card
        • basicCard
        • textCard
        • listCard
        • commerceCard
        • buttons in card
        • thumbnail (wide / normal)
      • response Types
        • multiple output
        • normal / carousel output
      • quickReplys
        • blockQuickReply
        • messageQuickReply
        • phoneQuickReply
        • shareQuickReply
      • additionals
        • verification API
        • context
        • eventAPI

PR, comment, or implementation idea are welcome! You can add issue or mail me (gil4260@korea.ac.kr)