A microservice for screenshotting websites
- Install Node.js
- Ensure that Docker is installed on the system
- Pull my phantomjs docker image
docker pull joergpatz/phantomjs
$ npm install
$ npm start
$ open http://localhost:3000/webshot?uri=https://www.w3.org&sizeX=1280&sizeY=720
$ npm start
$ npm test