0.0.1 • Published 11 years ago

wechat-wall v0.0.1

Weekly downloads
9
License
-
Repository
github
Last release
11 years ago

menkr Wechat Wall

基于微信公众平台的微信墙后台程序

使用以下技术构建

  • Node
  • Express
  • wechat npm install wechat

如何安装

使用Git

git clone https://github.com/Menkr/WechatWall.git cd WechatWall node app

使用NPM

npm install wechat-wall

如何配置

修改配置文件 config.js

  • api 约定了微信POST过来的接口地址,如果你在微信填的是 http://yoursite.com/abc 那么这里就应该填写 /abc
  • token 填入你的weixin token (String)
  • autoRefresh 是否开启自动刷新 (true | false),默认true
  • delay 自动刷新的时间 (Number),默认为 2(表示2分钟)