0.0.5 • Published 2 years ago

@znode/nobot-slack v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@zodash/nobot-slack

Slack 通知机器人

Usage

import sendMessage from '@zodash/nobot-slack';

sendMessage(webhookUrl, {
  msgtype: 'text',
  text: {
    content: '广州今日天气:29度,大部分多云,降雨概率:60%',
  },
});

// more example see __tests__/sendMessage
0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago