https://github.com/shystruk/cors-node-server
Public node server with CORS
https://github.com/shystruk/cors-node-server
cors javascript nodejs public-server
Last synced: 4 months ago
JSON representation
Public node server with CORS
- Host: GitHub
- URL: https://github.com/shystruk/cors-node-server
- Owner: shystruk
- License: mit
- Created: 2019-11-29T22:17:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-19T02:06:45.000Z (over 1 year ago)
- Last Synced: 2025-05-25T08:02:49.860Z (about 1 year ago)
- Topics: cors, javascript, nodejs, public-server
- Language: JavaScript
- Homepage: https://cors-node-test.herokuapp.com/
- Size: 486 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cors-node-server
[](https://opensource.org/licenses/mit-license.php)
[](https://snyk.io/test/github/shystruk/cors-node-server?targetFile=package.json)
[](https://travis-ci.org/shystruk/cors-node-server)
Public node server with CORS.
See the [API documentation](/docs/API.md) which data you can get.
Import the [Postman Collection](/docs/Cossacks.postman_collection.json) and try it out.
### Installation ###
**`npm install`** or **`yarn install`**
### Run server ###
**`node index.js`** or **`npm run start`**
Listening on http://localhost:8080/
## API
[API doc](/docs/API.md)
## License
MIT © [Vasyl Stokolosa](https://about.me/shystruk)