Skip to content

turingschool-examples/codewars-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors