webshot-client

0.1.1 • Public • Published

node-webshot-client

A client for Webshot server. Compatible with node-webshot.

Installation

npm install webshot-client

Usage

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

Invocation styles of node-webshot are supported.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i webshot-client

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • orkon