https://github.com/alterx/node-request-redirect
https://github.com/alterx/node-request-redirect
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alterx/node-request-redirect
- Owner: alterx
- Created: 2015-03-20T23:07:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T23:08:05.000Z (almost 11 years ago)
- Last Synced: 2025-04-07T13:47:34.087Z (9 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]()