1.0.4 • Published 5 months ago

dupe-it v1.0.4

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

dupe-it

Dupe-it is a proxy server to overcome cors issue during web development.

Install

Install the package globally from npm.

npm i -g dupe-it

How to use it

Following command will launch a local proxy server to Google. Access it with http://localhost:4444. In this way, launch multiple dupe-it servers if multiple targets need to be proxied.

dupe-it start --t="https://www.google.com"
NameAliasValue
targetthost to proxy. Example: https://www.google.com
portpport to use. 4444 is default value.
1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago