/cheerio-live

A real-time editor of cheerio parsing scripts

Primary LanguageVue

Cheerio Live Tester

This scrappy tool allows you to paste some html and write javascript with cheerio to see the outputs live.

It can help you build scrapers much faster than having to rerun your parser in other ways.

Example of the app

You can access a live version at https://cheerio-live.vercel.app/

Running

yarn install
yarn dev