Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 589 Bytes

File metadata and controls

16 lines (11 loc) · 589 Bytes

Wechat work node.js SDK

Build Status Greenkeeper badge

Get Started

import { Commander, IConfig } from "wechat-work";
const config = {`Your config`} as IConfig;
const commander = new Commander(config)
const accessToken = await commander.getAccessToken()

Notice

This project is under heavy development. Please do not use it in production.