This webscraper was built using Nightmare as a code challenge and it peforms the following tasks:
- It Navigates to https://datatables.net/ by typing "datatables" into google search, and clicking on the correct result.
- It extracts the data from the example table into an array.
- It exports the array as output.csv.
- Fork and clone the repo.
- Install dependencies:
yarn install
ornpm install
This program should be executed from the command line, in the following manner:
node dataScraper.js