Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mskian/mskcors

CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.
https://github.com/mskian/mskcors

cors cors-anywhere cors-proxy cors-request

Last synced: about 1 month ago
JSON representation

CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.

Awesome Lists containing this project

README

        

# CORS Anywhere

CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request -

I remove some packages, test code and upload it to my repo for self hosting
using `render.com ` to host the proxy API

- connect your github account and authorize with render
- next choose the repo you want to deploy in render
- add build command and start command to complete the setup
- done

```sh

## start the server

yarn start

```

## License

MIT