@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();
});

Dependencies (4)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @alphatr/koa-wechat

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • alphatr