Coder Social home page Coder Social logo

webshot's Introduction

Webshot v1.0

Consistant screenshots from the command line

Requirements

Installation

  1. Clone the repository and install dependencies
$ git clone https://github.com/jjgrainger/webshot.git
$ npm install

Usage

To take a screenshot of a website (google.com), cd into the webshot folder and run the following command in the terminal.

$ node webshot.js https://google.com

This will take a screenshot and save it to /shots directory using the domain name as a filename.

Options

Additional options can be passed as flags. So to set a delay of 5 seconds, you can run the following command in the terminal.

$ node webshot.js https://google.com --delay=5000

Below are the available options

  • --delay - set a delay before taking the screenshot in milliseconds, default: 0
  • --zoom - set the page zoom in percent, default: 90
  • --width - set the width of the viewport in pixels, default: 1200
  • --height - set the height of the viewport in pixels, default: 800

Notes

Authors

Joe Grainger

webshot's People

Contributors

jjgrainger avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.