Posts

Image
  How to clone a website (download HTML,CSS, JavaScript, Fonts and Images) using Website Scraper in Node.js FEBRUARY 10 2020    22.9K     3 COMMENTS    READ THIS ARTICLE IN OTHER LANGUAGE  How many times, as frontend developers, we decided to implement a copy of some feature that a third party website has in our own website? I usually do this a lot, specially when there's no open source alternative for the feature and i don't want to write it from scratch because it would take a lot of time to end up with something decent. The easiest way to do this is by reading the source code of a web page, using  Ctrl  +  U  in Chrome for example, reading the JavaScript files as well as long as they're not minified (in websites that sell templates for example). This is only uncomfortable when we talk about code highlighting, as you can't compare the syntax highlighting offered by the browser with the one offered by your favorite IDE like Visual Studio Code, Netbeans etc. So, it woul