2.1.1 • Published 5 years ago

@nitra/wpr v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

wpr

Web Page Replay Go binary

Platform dependent binary installer of WebPageReplay for node projects. Useful for serverless.

Provide binary of wpr for the Linux x64 and Mac platforms.

Install

npm install --save wpr

Usage examples

const wpr = require('wpr')

// start record
await wpr.start('record')

// start play
await wpr.start()

// start play or record
await wpr.stop()

// remove wpr file
await wpr.clean()

set ENV VERBOSE to extened output

2.1.1

5 years ago

2.1.0

5 years ago

2.0.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.3

5 years ago

1.4.2

5 years ago