Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spencermountain/table-turn
- Owner: spencermountain
- Created: 2018-01-22T14:30:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T17:08:44.000Z (over 5 years ago)
- Last Synced: 2024-09-26T02:17:47.884Z (about 1 month ago)
- Topics: command-line, html, table
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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