1.0.19 • Published 2 years ago

feishu-bot v1.0.19

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Feishu-Bot

Intro

A simple module handle Feishu Bot

Usage

npm i feishu-bot
import Bot from 'feishu-bot'

const bot = new Bot('Your Feishu Webhook URL')

bot.sendText()
bot.sendRichText()

// You can registe your custom template richtext by bot.registeTemplace()
bot.registeTemplate()

License

MIT