Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrishham/BypassCors
Bypass CORS restrictions Client Side.
https://github.com/chrishham/BypassCors
Last synced: 11 days ago
JSON representation
Bypass CORS restrictions Client Side.
- Host: GitHub
- URL: https://github.com/chrishham/BypassCors
- Owner: chrishham
- License: mit
- Created: 2019-02-03T19:30:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T12:25:55.000Z (3 months ago)
- Last Synced: 2024-08-24T13:39:37.270Z (3 months ago)
- Language: HTML
- Homepage: https://chrishham.github.io/BypassCors/
- Size: 1.66 MB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - chrishham/BypassCors - Bypass CORS restrictions Client Side. (others)
README
# Bypass Cors
NEVER again let not enabled CORS domains , stand in your Web App's way to acquiring publicly available web resources!
You can find installation instructions, description of the API and a Live Demo at the [official Bypass Cors site](https://chrishham.github.io/BypassCors/).
## Getting Started (For Developers)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
```
node version > 8
yarn version > 1.0.0
```### Installing
Clone the repository:
```
git clone https://github.com/chrishham/BypassCors
```cd to downloaded repo and install dependencies
```
cd BypassCors
yarn install
```compile and hot-reload for development
```
yarn run electron:serve
```compile and minify for production
```
yarn run electron:build
```## Built With
* [Electron](https://electronjs.org/) - Build cross platform desktop apps with JavaScript, HTML, and CSS
* [Express](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for Node.js
* [Vue](https://vuejs.org/) - The Progressive
JavaScript Framework
* [BootstrapVue](https://bootstrap-vue.js.org/) - Bootstrap V4 components for Vue## Authors
* **Christopher Chamaletsos**
See also the list of [contributors](https://github.com/chrishham/BypassCors/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details