2.0.1 • Published 3 years ago

@hudiemon/webhook v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

2.0.0

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago