Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 622 Bytes

File metadata and controls

17 lines (11 loc) · 622 Bytes

Codewars Scraper

This tool can be used to quickly view a list of how many katas a group of students has completed.

The information is gathered by scraping the number of katas completed for each student. It uses the Nightmare scraping library for Node.

Mod 1 Usage

  1. Install dependencies with npm install
  2. Update the students list of Codewars account URLs in the ./m1-students.js file
  3. Run the scraper with node mod1.js

Mod 2 Usage

  1. Install dependencies with npm install
  2. Update the students list of Codewars account URLs in the ./m2-students.js file
  3. Run the scraper with node mod2.js