This package has been deprecated

Author message:

please use @nitra/wpr instead

wpr

1.4.1 • Public • Published

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()

Readme

Keywords

Package Sidebar

Install

npm i wpr

Weekly Downloads

0

Version

1.4.1

License

MIT

Unpacked Size

20.9 MB

Total Files

11

Last publish

Collaborators

  • vitaliytv