mof-cookie
v1.0.2
Published
cookie obtain middleware for floodesh
Downloads
11
Maintainers
Readme
mof-cookie
mof-cookie is a middleware of floodesh, which will fetch a random cookie from a web-service.
Install
npm install mof-cookie
Usage
const cookie = require('mof-cookie');
const Worker = require('floodesh/worker');
const worker = new Worker();
worker.use(co.wrap(cookie(worker.config.service)));