From bda4c530f1b8d819634eecd89e5a5f1ddd12b765 Mon Sep 17 00:00:00 2001 From: Arjun Garg Date: Sat, 5 Feb 2022 00:58:21 +0530 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f10b40c..7702177 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ -# GrowthSchool Assignment +# Stackoverflow Crawler Hey there, This is a Node.js based recursive question crawler, which harvests all questions on Stack Overflow with their encountered frequencies and stores them in the MySQL database and in the CSV file as well. -## Demo Submission +## Demo Youtube Link: https://www.youtube.com/watch?v=H6zzndSSEQM -DriveLink: https://drive.google.com/file/d/16vcM-ti90u2en9Cb0Lo47Rs5ClucN_NQ/view?usp=sharing ## Features - Implemented **concurrency limit** of API requests. @@ -45,4 +44,3 @@ npm install ```bash node index.js ``` -Linkedin: https://www.linkedin.com/in/arjungarg17/