Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

OrKoN/node-webshot-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-webshot-client

Version Downloads Dependencies

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

About

A client for node-webshot-server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published