From 0165c7c252fbec6a24d9de489ff091001a69c0ef Mon Sep 17 00:00:00 2001 From: Rob Styles Date: Thu, 21 Mar 2024 16:52:24 +0000 Subject: [PATCH] Add superagent-cheerio to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aac2e0223..a74334ac2 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Existing plugins: * [superagent-verbose-errors](https://github.com/jcoreio/superagent-verbose-errors) - include response body in error messages for failed requests * [superagent-declare](https://github.com/damoclark/superagent-declare) - A simple [declarative](https://en.wikipedia.org/wiki/Declarative_programming) API for SuperAgent * [superagent-node-http-timings](https://github.com/webuniverseio/superagent-node-http-timings) - measure http timings in node.js +* [superagent-cheerio](https://github.com/mmmmmrob/superagent-cheerio) - add [cheerio](https://www.npmjs.com/package/cheerio) to your response content automatically. Please prefix your plugin with `superagent-*` so that it can easily be found by others.