Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 281 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 281 Bytes

corsinator

Adds CORS headers and act as a proxy to the --url specified in the params.

The --port param is optional. Default: 8080.

Instructions:

git clone https://github.com/MartinGian/corsinator.git
cd corsinator
npm install
node index --url=yourAPI.com --port=3000