An open API service indexing awesome lists of open source software.

https://github.com/easychen/serverchan-wecom-proxy

Server酱企业微信应用通道代理脚本
https://github.com/easychen/serverchan-wecom-proxy

Last synced: about 1 year ago
JSON representation

Server酱企业微信应用通道代理脚本

Awesome Lists containing this project

README

          

# serverchan-wecom-proxy
Server酱企业微信应用通道代理脚本

## Node 环境

```bash
node app.js
```

代理地址为 公网IP:9000

## Docker 环境

```bash
docker run -p <你想要的端口>:9000 easychen/serverchan-wecom-proxy:latest
```