visionmedia / screenshot-app

website screenshot service & app - powered by node.js, express, redis, node-canvas, phantomjs and more
852 stars 107 forks source link

Updates to make screenshot-app work with Express 4 #15

Open jclosure opened 9 years ago

jclosure commented 9 years ago

Hi tj,

The code in your screenshot-app was written back in the Express 3 days. It doesn't work with Express 4 in its current form due to a number of changes. I have fixed these issues and tested them to ensure everything runs now. I made the required minimal adaptations to make it run under the latest version of Express. Only 2 files required modification.

Requesting that you accept this pull request to keep your repo current.

Thanks,

Jclosure