xParse
xParse is a simple lightweight and extensible npm package for parsing rss for
now and html in future. It defiens simple interface allowing one to implement
its own parser. This project is under active development.
Usage
``
$ git clone https://github.com/11me/xParse.git
$ cd xParse
$ npm install
$ npm run build
`
Run example with HTML
`
$ npm run html
``
You can see the example in example directory.