Skip to content

maycon-mello/cheerio-playground

Repository files navigation

Cheerio Playground

This playground provide code editors to run transformations on a html source and display the result on the fly.

How it works

It use a html source and apply transformations using cheerio, the transformation process runs in a Web Worker.

Heroku app

Click here and enjoy!

Installation

$ npm install

Running

$ npm start

Tests

This app uses mocha to perform tests, you can run unit tests with:

$ npm test

or run with karma:

$ npm run test:karma

Contribute

Feel free to contribute adding new features or creating issues.

About

Cheerio playground

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published