html-table-stream
Read and write HTML tables as data in Node.
Install it with npm:
npm install html-table-stream
Now you can parse some HTML tables, for example, US state FIPS codes:
var table = ;var request = ;var ndjson = ; ;
Read and write HTML tables as data in Node.
Install it with npm:
npm install html-table-stream
Now you can parse some HTML tables, for example, US state FIPS codes:
var table = ;var request = ;var ndjson = ; ;
npm i html-table-stream
8
0.5.4
CC0