A simple module handle Feishu Bot
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()
MIT