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 install
oryarn install
-
Run project:
npm start
oryarn start
MIT © Daniel Oliveira