@hudiemon/webhook
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

Package Sidebar

Install

npm i @hudiemon/webhook

Weekly Downloads

7

Version

2.0.1

License

MIT

Unpacked Size

43.9 kB

Total Files

23

Last publish

Collaborators

  • zhengtan2003