Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.17 KB

Introduction

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.

Reuse

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.

How to run

  1. Install project dependencies:

    npm install or yarn install

  2. Run project:

    npm start or yarn start

License

MIT © Daniel Oliveira