Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# nocors
> Minimal proxy server to bypass CORS Issues

## Install

```
$ npm install -g nocors
```

## Usage

```
$ nocors --help

Usage
$ nocors

Options
--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)