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.
- Install dependencies with
npm install - Update the students list of Codewars account URLs in the
./m1-students.jsfile - Run the scraper with
node mod1.js
- Install dependencies with
npm install - Update the students list of Codewars account URLs in the
./m2-students.jsfile - Run the scraper with
node mod2.js