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

https://github.com/alterx/node-request-redirect


https://github.com/alterx/node-request-redirect

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

> Proxies requests to avoid CORS issues.

## Install

```sh
$ npm install
```

## Usage

```sh
$ node index.js
```

This will start a sever in port 8050. You can now send requests to this server and it will successfully avoid the CORS issues.

## License

MIT © [Carlos Vega]()