When I was developing an application that uses the News API, I had a problem: the news API couldn't enable CORS for my frontend. So, I needed to develop this proxy for intermediate the requests.
This proxy can be used as a proxy to any API, you just need to do some changes on the API that the code calls.
-
Install project dependencies:
npm installoryarn install -
Run project:
npm startoryarn start
MIT © Daniel Oliveira