Create README.md
This commit is contained in:
parent
2b9238ff10
commit
47eeba08be
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# CorsProxy
|
||||
Super simple CORS proxy supporting most (maybe all?) HTTP verbs.
|
||||
|
||||
# Usage
|
||||
|
||||
1. `npm install`
|
||||
1. `node index.js`
|
||||
1. Navigate to `http://localhost:9000/http://www.example.com`
|
||||
|
||||
To change the listening port either set the `PORT` environment variable to pass it in as an argument.
|
||||
|
||||
E.g. `node index.js --port=8080`
|
Loading…
Reference in New Issue
Block a user