0.1.0 • Published 8 years ago

browsersnap v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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