WebScrapperJS - Tutorial

by sh20raj

HTML

<script src="https://cdn.jsdelivr.net/gh/SH20RAJ/WebScrapperJS@main/WebScrapper.min.js" ></script>
<script>
var html = WebScrapper.fetchhtml('https://webscrapperjs.sh20raj.repl.co/');//This will be return the JSON inside the webpage. 
console.log(html);
console.log(html.title);
</script>