https://github.com/bgdsh/wechat-work-nodejs-sdk
企业微信Node.js版SDK。
https://github.com/bgdsh/wechat-work-nodejs-sdk
jest npm-package typescript wechat-work
Last synced: 6 months ago
JSON representation
企业微信Node.js版SDK。
- Host: GitHub
- URL: https://github.com/bgdsh/wechat-work-nodejs-sdk
- Owner: bgdsh
- License: mit
- Created: 2018-06-22T02:30:37.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T03:58:11.000Z (over 2 years ago)
- Last Synced: 2024-11-22T21:01:46.178Z (6 months ago)
- Topics: jest, npm-package, typescript, wechat-work
- Language: TypeScript
- Size: 925 KB
- Stars: 14
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: change-log.md
- License: LICENSE
Awesome Lists containing this project
README
# Wechat work node.js SDK
[](https://travis-ci.org/bgdsh/wechat-work-nodejs-sdk) [](https://greenkeeper.io/)
## Get Started
```typescript
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.