For transforming HTML via Node.js scripts, @mattmueller's cheerio works really well.
Valeri Karpov
@code_barbarian
Cheerio is a weird npm module: most devs have never heard of it, but I rarely build an app without it.
So much utility for quick and easy HTML transformations.
Thomas Boutell
@boutell
You probably shouldn't use jQuery, but if you're great at jQuery, you're going to be really popular on server-side projects that need web scraping or HTML transformation. "npm install cheerio" ahoy!
Alistair G MacDonald
@html5js
Looking for a faster, cleaner alternative to basic JSDOM? Try Cheerio! #npm #javascript #nodejs
Yogini Bende
@hey_yogini
Cheerio is 🔥
Jonny Frodsham
@jonnyfrodsham
Needed to do a quick web scrape in Node for a demo. Seems like I'm back using jQuery in the super timesaving cheerio npm package 😯
Thomas Steiner
@tomayac
npm install cheerio. That's the #jQuery DOM API for #nodeJS essentially. Thanks, @MattMueller
Mike Pennisi
@JugglinMike
Thank you @fb55 for tirelessly pushing Cheerio to version 1.0. That library helps so many developers expand their horizons beyond the browser, and you've been making it possible for a decade!
Matthew Phillips
@matthewcp
Cheerio is (still) such a useful tool for manipulating HTML. Shout to @MattMueller for saving me an untold amount of time over the years.