Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rkrupinski/parse-html

Dead simple HTML parser
https://github.com/rkrupinski/parse-html

Last synced: about 1 month ago
JSON representation

Dead simple HTML parser

Awesome Lists containing this project

README

        

parse-html
==========
Dead simple HTML parser

Usage
-----
```js
var parse = require('parse-html');

parse('

aaa'); // [
aaa
]
```

Installation
------------
```bash
$ npm install parse-html
```