Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashiknesin/nocors
Minimal proxy server to bypass CORS Issues
https://github.com/ashiknesin/nocors
Last synced: 5 days ago
JSON representation
Minimal proxy server to bypass CORS Issues
- Host: GitHub
- URL: https://github.com/ashiknesin/nocors
- Owner: AshikNesin
- License: mit
- Created: 2016-11-14T13:16:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T06:57:39.000Z (about 8 years ago)
- Last Synced: 2024-03-26T13:43:18.934Z (8 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# nocors
> Minimal proxy server to bypass CORS Issues## Install
```
$ npm install -g nocors
```## Usage
```
$ nocors --helpUsage
$ nocorsOptions
--port Port you want to run the proxy server [required]
--endpoint API endpoint root URL [required]Examples
$ nocors --port=1234 --endpoint=http://api.hugethoughts.com
```## License
MIT © [Ashik Nesin](https://github.com/HugeThoughts/nocors)