browsersnap

0.1.0 • Public • Published

Browsersnap

Installation

npm install browsersnap

Create a .browserstack file containing your account details.

{
  "username": "an@example.address",
  "password": "bar"
}

Usage

browsersnap --version
browsersnap browsers
browsersnap get [url]

If you want to cycle through a bulk collection of URLs just pass through a .json file.

./browsersnap.js get ./path/to.json

This file should be structured as:

{
    "urls" : []
}

To Do

  • Central queuing system

Readme

Keywords

none

Package Sidebar

Install

npm i browsersnap

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • thisislawatts