2.0.1 • Published 1 year ago

@hudiemon/webhook v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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

2.0.1

1 year ago

2.0.0

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago