DEV Community

Ank
Ank

Posted on

What is Cheerio?

What is Cheerio

The Fast Flexible & elegant Library for parsing and manipulating Html and Xml.

Cheerio is a library that can ingest HTML markup and turn it into an accessible JavaScript API. It’s intended purpose was to help jQuery developers not use jQuery.

As a pre-requisite to using Cheerio in this way, we need to know what to look for in our markup.

Github Link

Top comments (0)