boxrec-mocks
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

BoxRec Mocks

Makes request to BoxRec and saves the pages as HTML files. To be used for testing purposes.

Installation

yarn add boxrec-mocks -D

or

npm install boxrec-mocks -D

Generating the mocks

Set environment variables

export BOXREC_USERNAME=
export BOXREC_PASSWORD=

and then run

yarn start

Usage (importing into other projects for testing purposes)

npm link this project to your project

then in your project import it

// import all
import * as BoxrecMocks from "boxrec-mocks";

or

// import one mock
import {mockMiddleweightWBCBelt} from "boxrec-mocks";

or

// import all
const boxrecMocks = require("boxrec-mocks");

Note

Not affiliated with the website BoxRec

Readme

Keywords

Package Sidebar

Install

npm i boxrec-mocks

Weekly Downloads

3

Version

3.0.2

License

ISC

Unpacked Size

10.9 MB

Total Files

65

Last publish

Collaborators

  • mikedidomizio