web-capture

0.1.2 • Public • Published

Web Capture

Promise and cli wrapper for node-webshot

# Capture screenshots of websites via terminal. 
$ npm install -g web-capture
$ web-capture --url 'http://consultant.js.org' --output 'consultant.png'
$ open 'consultant.png'
// Use it via the module.
import capture from 'web-capture';
capture('http://consultant.js.org', 'consultant.png')
.then(() => winston.info('Done!'))
.catch(error => winston.error(error));

- MIT -

Readme

Keywords

Package Sidebar

Install

npm i web-capture

Weekly Downloads

2

Version

0.1.2

License

MIT

Last publish

Collaborators

  • jense5