Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 508 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 508 Bytes

Introduction

This is a simple script to fetch all daily puzzles on chess.com.

Job

cd job

npm install

npm start {number of month}
# for example npm start 10 will pull last 10 months from current month

To pull all available puzzle

npm start

The puzzle will fetch month by month and stored in the puzzle folder in JSON format.

UI

cd app
npm run dev

image