Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 570 Bytes

TableData Scraper

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.

Getting Started

  1. Fork and clone the repo.
  2. Install dependencies: yarn install or npm install

Expected Usage

This program should be executed from the command line, in the following manner:

node dataScraper.js