wm-dt-robot
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

simple sdk for dingtalk robot

Usage

import Robot from './index';
const token = 'token';
const secret = 'secret';

const robot = new Robot(token, secret);
const textMessage = robot.createTextMessage();

textMessage.setText('hello');
textMessage.appendMobiles('1888888888');
textMessage.send();

Readme

Keywords

Package Sidebar

Install

npm i wm-dt-robot

Weekly Downloads

2

Version

0.0.7

License

ISC

Unpacked Size

27.1 kB

Total Files

26

Last publish

Collaborators

  • mapleincode