An online markdown blog and knowledge repository.
Open Source Software project Cheerio looks interesting and there is an opportunity to help make it better.
Look into Cheerio, what it is, how to use it, and determine viability as an OSS contribution target.
Implements a subset of jQuery.
Faster than jsDOM and jQuery because it is not a full implementation.
Built-in parsers.
Parse5: HTML parsing and serialization toolset for Node.js.
Short-hand JQuery.
Question: Can I GET a webpage, store the result in JSON, then query the JSON for what I want, then operate on that result?
Answer: Yes! See Cheerio wiki scraper example project in my GitHub.
Return to conted index
Return to Root README