Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spencermountain/table-turn

html-table parser on the command line
https://github.com/spencermountain/table-turn

command-line html table

Last synced: 21 days ago
JSON representation

html-table parser on the command line

Awesome Lists containing this project

README

        

interactive command-line application to turn any html tables on the web into json data

```bash
npm install -g table-turn
```
```bash
table-turn https://en.wikipedia.org/wiki/List_of_operas_by_Mozart
```

![table-turn3](https://user-images.githubusercontent.com/399657/35234331-c9c94ef8-ff6e-11e7-9fec-2ac8588c59e1.gif)

thank you to [inquirer](https://github.com/SBoudrias/Inquirer.js), [cheerio](https://github.com/cheeriojs/cheerio), and [open](https://github.com/pwnall/node-open)

MIT