Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 556 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 556 Bytes

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