@znode/nobot-feishu
v0.0.6
Published
Feishu notify bot
Downloads
19
Maintainers
Readme
@zodash/nobot-feishu
飞书群通知机器人
Usage
import sendMessage from '@zodash/nobot-feishu';
sendMessage(webhookUrl, {
msg_type: 'text',
content: {
text: 'text message',
},
});
// more example see __tests__/sendMessage