Live data from Hacker News

Echo – Convert HTML Tables to JSON/CSV Files

github.com

1–5 of 5 posts

Re: Echo – Convert HTML Tables to JSON/CSV Files

#4
post #3

Good stuff. Something similar in case you want to process the data further in node: https://github.com/maxthyen/table-scraper I'm a big x-ray fan ( https://github.com/lapwinglabs/x-ray ), makes scraping super easy

Thanks guys. This is my first node module. Glad it is being well received. Wrote it because I have over 10k html files to process and get the data into a DB.