Makes request to BoxRec and saves the pages as HTML files. To be used for testing purposes.
This repository has been deprecated and stopped used in favour of using what's live to the public.
yarn add boxrec-mocks -D
or
npm install boxrec-mocks -D
Set environment variables
export BOXREC_USERNAME=
export BOXREC_PASSWORD=
and then run
yarn start
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");
Not affiliated with the website BoxRec