web-fetch-proxy
v0.7.0
Published
proxying fetch function in browser
Downloads
3
Maintainers
Readme
web-fetch-proxy
Intercepting browser's http requests which made by fetch.
How to use
install the dependencies
yarn
development & test
yarn run dev
and
yarn run service
execute the above commands separetely and access the url http://localhost:3000/examples/index.html
Open the browser console to view logs
publish
yarn run pack