Skip to content
/ Proxy Public

Personal repository used by friends for a proxy server. No responsibility is held if this is used by others (made with a tutorial from https://dev.to/will_yama/how-to-overcome-cors-errors-2nh9)

Notifications You must be signed in to change notification settings

1Hira0/Proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proxy

All instructions given inside files with bunch of(and i mean lots of it) comments

just copy the code from proxy.js and

npm i node-fetch express cors morgan 

or if you use yarn

yarn add node-fetch express cors morgan

about Morgan, this just logs server requests - if you're not gonna look at it, dont install this

node proxy.js

should do the trick #AGAIN, NO RESPONSIBILITY IS HELD IF ANY CODE IS USED FROM THIS BY ANYONE OTHER THAN THE OWNER OF THIS REPOSITORY

About

Personal repository used by friends for a proxy server. No responsibility is held if this is used by others (made with a tutorial from https://dev.to/will_yama/how-to-overcome-cors-errors-2nh9)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published