Screenshot as a Service is an archived Node.js project that provides a simple website screenshot service powered by Express and PhantomJS. It exposes an HTTP server that can receive a URL, render the page through PhantomJS, and return or save a screenshot image. The project was designed as a lightweight service for automating visual captures of websites without manually opening a browser. It includes asynchronous usage examples for taking screenshots of multiple sites at regular intervals...