0.0.11 • Published 7 years ago

haribo v0.0.11

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

haribo

This is experimental: it will change and its probably broken.

Build Status Dependency Status devDependency Status

CLI

npm install -g haribo
Usage: haribo [ options ] <url>

Options:

--exclude=<pattern>    Exclude URLs mathing given pattern.
--include=<pattern>    Include URLs mathing given pattern.
--max=1                Maximum number of pages to fetch.
--delay=3              How long to wait after page loads to get rendered
                       source and screenshots.
--out=</path/to/file>  Write HAR file to given path.
--screenshot=false     Include screenshots.
--v-width=400          Viewport width.
--v-height=300         Viewport height.
-h, --help             Show this help.
-v, --version          Show version.

Wrangr 2015

Programmatically

npm install --save haribo
var haribo = require('haribo');

haribo({ url: 'http://example.com/' })
  .on('error', function (err) {})
  .on('har', function (har) {})
  .on('end', function () {
    // Done!
  })
0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago