Skip to content

opsb/node-webshot-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-webshot-server

Node based server for taking webshots using node-webshot. Includes heroku config.

Getting started

$ npm install
$ node server.js
open your browser at http://localhost:5000?url=google.com

Heroku

$ heroku create [name]
$ heroku config:add LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/lib:/app/vendor/phantomjs/lib
$ heroku config:add PATH=/usr/local/bin:/usr/bin:/bin:/app/vendor/phantomjs/bin
$ git push heroku master
open your browser at http://appname.herokuapps.com?url=google.com

Service options

Resizing

http://localhost:5000?url=google.com&width=500
http://localhost:5000?url=google.com&height=300
http://localhost:5000?url=google.com&width=200&height=400

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published