Find Allow Cors Examples and Templates
Use this online allow-cors playground to view and fork allow-cors example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

ok_prox
# G(edit) based on Traversy Media 'weather project'
# Node API Proxy Server
Server used for hiding API keys, rate limiting and caching. This uses the [OpenWeather API] but you can easily change it to whatever public API you are using
## Usage
### Install dependencies
```bash
npm install
```
### Run on http://localhost:5000
```bash
npm run dev
```
### Add public API info
Rename **.env.example** to **.env** and edit the values
If the public API URL is ****
- API_BASE_URL = ""
- API_KEY_NAME = "appid"
- API_KEY_VALUE = "API KEY"
You can add on any other query params as needed when hitting the /api endpoint such as https://yourdomain/api?q=detroit without having to add your key in the client
- Add new routes as you see fit
- Change rate limiting and caching to desired values
This project is from this [YouTube tutorial](https://youtu.be/ZGymN8aFsv4)

prox Recipe Search API
# G(edit) based on Traversy Media 'weather project'
# Node API Proxy Server
Server used for hiding API keys, rate limiting and caching. This uses the [OpenWeather API] but you can easily change it to whatever public API you are using
## Usage
### Install dependencies
```bash
npm install
```
### Run on http://localhost:5000
```bash
npm run dev
```
### Add public API info
Rename **.env.example** to **.env** and edit the values
If the public API URL is ****
- API_BASE_URL = ""
- API_KEY_NAME = "appid"
- API_KEY_VALUE = "API KEY"
You can add on any other query params as needed when hitting the /api endpoint such as https://yourdomain/api?q=detroit without having to add your key in the client
- Add new routes as you see fit
- Change rate limiting and caching to desired values
This project is from this [YouTube tutorial](https://youtu.be/ZGymN8aFsv4)

proxy_api
# G(edit) based on Traversy Media 'weather project'
# Node API Proxy Server
Server used for hiding API keys, rate limiting and caching. This uses the [OpenWeather API] but you can easily change it to whatever public API you are using
## Usage
### Install dependencies
```bash
npm install
```
### Run on http://localhost:5000
```bash
npm run dev
```
### Add public API info
Rename **.env.example** to **.env** and edit the values
If the public API URL is ****
- API_BASE_URL = ""
- API_KEY_NAME = "appid"
- API_KEY_VALUE = "API KEY"
You can add on any other query params as needed when hitting the /api endpoint such as https://yourdomain/api?q=detroit without having to add your key in the client
- Add new routes as you see fit
- Change rate limiting and caching to desired values
This project is from this [YouTube tutorial](https://youtu.be/ZGymN8aFsv4)

prox (forked)
# G(edit) based on Traversy Media 'weather project'
# Node API Proxy Server
Server used for hiding API keys, rate limiting and caching. This uses the [OpenWeather API] but you can easily change it to whatever public API you are using
## Usage
### Install dependencies
```bash
npm install
```
### Run on http://localhost:5000
```bash
npm run dev
```
### Add public API info
Rename **.env.example** to **.env** and edit the values
If the public API URL is ****
- API_BASE_URL = ""
- API_KEY_NAME = "appid"
- API_KEY_VALUE = "API KEY"
You can add on any other query params as needed when hitting the /api endpoint such as https://yourdomain/api?q=detroit without having to add your key in the client
- Add new routes as you see fit
- Change rate limiting and caching to desired values
This project is from this [YouTube tutorial](https://youtu.be/ZGymN8aFsv4)













