@alphatr/koa-wechat

1.0.0 • Public • Published

Wechat middleware for koa 2

install

npm install --save @alphatr/koa-wechat

how to use

app.use(wechat('token').middleware((ctx, next) => {
    const message = ctx.state.wechat;
    // do something

    ctx.body = 'response';
    return next();
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i @alphatr/koa-wechat

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • alphatr