@11me/xparse
v0.1.10
Published
Simple html and rss parser
Downloads
52
Readme
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 buildRun example with HTML
$ npm run htmlYou can see the example in example directory.
