Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fjc0k/cors-anywhere-cli
- Owner: fjc0k
- License: mit
- Created: 2020-08-15T12:49:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T11:43:55.000Z (about 4 years ago)
- Last Synced: 2024-10-15T17:17:40.191Z (2 months ago)
- Topics: cli, cors, cors-anywhere, docker
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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