Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@11me/xparse

11me46GPL-3.00.1.10TypeScript support: included

Simple html and rss parser

rss, rssparser, html parser

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 build

Run example with HTML

$ npm run html

You can see the example in example directory.