@11me/xparse 中文文档教程
xParse
xParse 是一个简单的轻量级和可扩展的 npm 包,用于解析 rss 现在和将来的 html。 它定义了允许一个人实现的简单接口 它自己的解析器。 该项目正在积极开发中。
Usage
$ git clone https://github.com/11me/xParse.git
$ cd xParse
$ npm install
$ npm run build
使用 HTML 运行示例
$ npm run html
您可以在示例目录中查看示例。
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.