Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 676 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 676 Bytes

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.