What is cheerio?
"The fast, flexible & elegant library for parsing and manipulating HTML and XML."
cheerio is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 987.5 KB on disk.
Installation Guide
# Install via NPM
npm install cheerio
# Install via Yarn
yarn add cheerio