0.0.1 • Published 11 months ago

@idodav/sharkio v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Sharkio

Sharkio the best free and open source alternative to fiddler.

Sharkio is a tool/platform by the developers for the developers. It aims to boost the productivity of web/api developers.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Acknowledgement

How to use

  • npm install -g sharkio@latest
  • sharkio dashboard start
  • sharkio admin start
  • sharkio admin sniffers create --port 5100 --downstreamUrl http://localhost:3000

Getting started

For the backend

  • cd into traffic-sniffer.
  • npm install
  • npm run dev

For the frontend

  • cd into traffic-dashboard.
  • npm install
  • npm run dev

For both:

  • npm run dev ( in root directory )