Part 1 - Setting Up a Screenshot API with Node.js and Puppeteer
I needed to setup an API end-point that, when passed a URL would take a screenshot of the website. This guide covers the setup of a Node.js application using Puppeteer, which will act as an API for capturing screenshots.
1. Update and Upgrade System
First, update and upgrade your