1.0.5 • Published 7 years ago

mof-cheerio v1.0.5

Weekly downloads
2
License
ISC
Repository
-
Last release
7 years ago

mof-cheerio

simple cheerio wrapper for middleware of floodesh

Install

npm install mof-cheerio

Test

npm test

Usage

In floodesh, use it like:

const Worker = require("floodesh").Worker
const cheerio = require("mof-cheerio")
const worker = new Worker(config);

worker.responsemw.use( (ctx,next) => {
    ctx.content = ctx.body.toString();
    return next();
})

worker.responsemw.use(cheerio())
1.0.5

7 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago