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

https://github.com/rickdgeerling/html2json

Small example CLI application - HTML crawler that outputs JSON
https://github.com/rickdgeerling/html2json

Last synced: 3 months ago
JSON representation

Small example CLI application - HTML crawler that outputs JSON

Awesome Lists containing this project

README

        

# HTML2JSON

Small CLI utility to extract data from HTML

## Usage

```sh
npm install --global tuxmachine/html2json
html2json '#selector' test.html
html2json '.items > li' http://example.org
cat test.html | html2json '#selector'
```