rdren0 / WebScrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Usage

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

About


Languages

Language:JavaScript 100.0%