Minimal proxy server to bypass CORS Issues
$ npm install -g nocors
$ 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
MIT © Ashik Nesin