iszver / node-webshot-server

A server for node-webshot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%