0.1.8 • Published 2 years ago

http-inspector-ui v0.1.8

Weekly downloads
15
License
WTFPL
Repository
-
Last release
2 years ago

http-inspector-ui

Web frontend for http-inspector.

Installation

Before using http-inspector-ui, find out more about http-inspector.

To install, run the following:

npm i -g http-inspector-ui

Usage

To start http-inspector-ui, run:

http-inspector-ui

You can change the default port:

http-inspector-ui --port 3000
# or:
http-inspector-ui -p 3000

Also if you dont need to start browser automatically, you can disable it:

http-inspector-ui --headless
# or:
http-inspector-ui -H