Skip to content

hudiemon/webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webhook

NPM version NPM downloads

安装

$ pnpm i @hudiemon/webhook

配置

process.env.WEBHOOK_FEISHU
process.env.WEBHOOK_WEIXIN

使用

import Webhook from "@hudiemon/webhook";

const webhook = new Webhook({title: "test"})

webhook.info('info')
webhook.success('success')
webhook.warning('warning')
webhook.error('error')
webhook.finally()

结果

test
info
✅success
❗️warning
❌error

LICENSE

MIT

Releases

No releases published

Packages

No packages published