0.0.1 • Published 4 years ago

dingtalk-bot-api v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

dingtalk

Simple DingTalk API for Node.js

installation

~$ npm i dingtalk-bot-api

example

const DingTalk = require('dingtalk-bot-api');

const dingtalk = new DingTalk({
  access_token: '-- Your Access Token Here --'
});

dingtalk
.create()
.text('dingtalk is great!')
.send()
//-> "ok"

licesne

This project is under MIT license.