/Proxy

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)

Primary LanguageJavaScript

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