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
- Host: GitHub
- URL: https://github.com/fastwego/wxwork-demo
- Owner: fastwego
- Created: 2020-08-06T12:33:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-11T06:32:51.000Z (over 5 years ago)
- Last Synced: 2024-06-20T08:05:05.356Z (almost 2 years ago)
- Topics: fastwego, wechat, weixin, wxwork
- Language: Go
- Homepage: https://fastwego.dev
- Size: 939 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## wxwork-demo
A demo project for fastwego/wxwork
[](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)