@bzr/bazaar-mock

1.1.1 • Public • Published

Bazaar mock server

Use this server to test your Bazaar app locally.

npm install --save-dev @bzr/bazaar-mock
npx bzr

This will launch a mock Bazaar server on port 3377. It will also create an app with ID "test" that is expected to run on 'http://localhost:8080'.

You can change these defaults with the following options.

npx bzr [options]
  -i specify app ID. It is optional and defaults to 'test'.
  -u specify app URL. It is optional and defaults to 'http://localhost:8080'.
  -r specify redirect URI. Can be specified multiple times. It is optional and defaults to 'http://localhost:8080'.
  -p specify port. Default is 3377.
  -h show this help

Readme

Keywords

none

Package Sidebar

Install

npm i @bzr/bazaar-mock

Weekly Downloads

56

Version

1.1.1

License

proprietary

Unpacked Size

432 kB

Total Files

9

Last publish

Collaborators

  • paddyohanlon
  • alevy
  • saschatrifunovic