An open API service indexing awesome lists of open source software.

https://github.com/averagemarcus/cors-proxy


https://github.com/averagemarcus/cors-proxy

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

![CorsProxy](logo.png)

> A proxy enabling CORS headers on responses, supporting most (maybe all?) HTTP verbs.

# Usage

1. `npm install`
1. `node index.js`
1. Navigate to `http://localhost:8000/http://www.example.com`

To change the listening port either set the `PORT` environment variable to pass it in as an argument.

E.g. `node index.js --port=8080`