heroku网页截图服务搭建流程:
基于nodejs与phantomjs可以在heroku上搭建网页截图服务(Screenshot as a Service)
示例页面:http://screenshot.bookshadow.com/
该服务基于github的项目https://github.com/fzaninotto/screenshot-as-a-service的heroku分支版本
- 1. git clone https://github.com/GoBoundless/screenshot-as-a-service.git
- 2. cd screenshot-as-a-service
- 3. npm install
- 4. heroku create --stack cedar --buildpack ...