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

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

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

Last synced: 4 months 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
```