Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 550 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 550 Bytes

Sample Node Web Scraper

I worked through a Tutorial that explains how to scrape table data into CSV using python.

This uses javascript instead of python and exports to JSON.

To run

  • npm install to install node modules
  • npm start will start a port on localhost:8000 where you can see the compiled json. It will also create output.json in the directory.