Skip to content

nikijiandani/my-tabledata-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple web scraper built using Nightmare.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published