bbrewer97202 / pjs-node-screen

Test of creating a screenshot with PhantomJS from a Node app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Use PhantomJS to create screenshots of webpages, as accessed through a web browser. Visit a simple form which takes a url, sends it to the example PhantomJS "Rendering" code. Image is saved and then displayed

Usage

Make sure you have phantomjs installed and in your path. Required node with express.

Start server and visit http://localhost:3000/.

TODO

Lots of error handling and making more robust.

About

Test of creating a screenshot with PhantomJS from a Node app