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

https://github.com/dkaoster/local-cors-anywhere

A quick npx script for running a local cors-anywhere instance
https://github.com/dkaoster/local-cors-anywhere

Last synced: 8 months ago
JSON representation

A quick npx script for running a local cors-anywhere instance

Awesome Lists containing this project

README

          

# local-cors-anywhere

A quick npx script for running a local [cors-anywhere](https://github.com/Rob--W/cors-anywhere) instance.

## Usage
```
npx local-cors-anywhere
```

```
Usage: local-cors-anywhere [options]

Options:
-V, --version output the version number
-h, --host Listen on a specific host, or set the HOST env variable
-p, --port Listen on a specific port, or set the PORT env variable
--help display help for command
```

Then, in order to proxy to `https://github.com`, simply make a request to `http://localhost:8080/https://github.com`, replacing with any configuration options you may have set.

See [cors-anywhere](https://github.com/Rob--W/cors-anywhere) for more information.