Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fjc0k/cors-anywhere-cli

CLI for cors-anywhere.
https://github.com/fjc0k/cors-anywhere-cli

cli cors cors-anywhere docker

Last synced: about 2 months ago
JSON representation

CLI for cors-anywhere.

Awesome Lists containing this project

README

        

# cors-anywhere-cli

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

## Install

```bash
npm i cors-anywhere-cli -D
```

## Usage

```bash
npx cors -p 9999
```

## Docker

```bash
docker run --rm -p 9999:8080 jayfong/cors:latest
```

## License

MIT (c) Jay Fong