Skip to content

OrKoN/node-webshot-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-webshot-server

Version Build Status Downloads Dependencies

A simple server module that wraps node-webshot

Installation

npm install webshot-server -g

Installation via Docker

https://hub.docker.com/r/orkon/node-webshot-server/

Usage

npm install webshot-client
webshot-server
var webshot = require('webshot-client')('http://localhost:8080/');
webshot('google.com', 'output.png', function(err) {
  // done
});

Rebuilding the Docker image

docker build -t node-webshot-server .

LICENSE

MIT

About

A server for node-webshot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published