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

https://github.com/project0/node-corsproxy

Proxy all request to an remote server and set CORS Header
https://github.com/project0/node-corsproxy

proxy

Last synced: about 1 year ago
JSON representation

Proxy all request to an remote server and set CORS Header

Awesome Lists containing this project

README

          

node-corsproxy
=======

Simple server to add CORS and proxy every request to an specific remote url.

[![NPM](https://nodei.co/npm/project0-corsproxy.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/project0-corsproxy)

Usage
-----

```
$ npm install
$ URL="http://myfancy.api.org" PORT=3000 node index.js
```