hyperquext-cheerio
v0.0.3
Published
Attach Cheerio to your response object.
Downloads
3
Readme
hyperquext-cheerio
Attach cheerio
to the response object.
Note: This extension will have to parse the response. Which may make your app less efficient.
Usage:
Decorating Hyperquext:
var request = attachCheerioToResponse(hyperquext)
From now on you can specify in options {cheerio: true}
and you're set.
install
With npm do:
npm install hyperquext-cheerio
license
MIT