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

https://github.com/fastwego/wxwork-demo

A demo project for fastwego/wxwork
https://github.com/fastwego/wxwork-demo

fastwego wechat weixin wxwork

Last synced: 5 months ago
JSON representation

A demo project for fastwego/wxwork

Awesome Lists containing this project

README

          

## wxwork-demo

A demo project for fastwego/wxwork

[![powered-by-fastwego](https://img.shields.io/badge/Powered%20By-fastwego-brightgreen)](https://github.com/fastwego)

### Install
- checkout project `git clone https://github.com/fastwego/wxwork-demo.git`
- install fastwego/wxwork `go get -u github.com/fastwego/wxwork`
- build `go build`
- edit config in `.env.dist` file and rename to `.env`
- run `wxwork-demo` & view `http://localhost/api/weixin/contact`
- that's all & good luck ;)

### use case demo

- [github-webhook-bot](./github-webhook-bot/README.md)
- [登录 & 活动报名](./login-app/README.md)