Skip to content

Commit

Permalink
WebScrapper Module for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
SH20RAJ authored Apr 5, 2024
1 parent d92f69e commit 645cc33
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions WebScrapper.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/**
* Integrated with WhollyAPI :- https://wholly-api.herokuapp.com/
* But Now Shifted to 000webhostapp.com --- https://wholly-api.000webhostapp.com/
*
* Website :- https://sh20raj.github.io/WebScrapperJS/
* Website :- https://sh20raj.github.io/WebScrapperJS/ || https://wholly-api.appspages.online/ || https://sh20raj.gitbook.io/whollyapi
* GitHub :- https://github.com/SH20RAJ/WebScrapperJS/
* Repl :- https://replit.com/@SH20RAJ/WebScrapperJS/
*
Expand Down Expand Up @@ -59,3 +57,6 @@ this.getRandomInt = (min, max)=>~~(Math.random()*(max-min+1)+min);
}

let WebScrapper = new scrapper();
if (typeof module !== 'undefined' && module.exports) {
module.exports = WebScrapper;
}

0 comments on commit 645cc33

Please sign in to comment.