An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# cors-node-server
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
[![Known Vulnerabilities](https://snyk.io/test/github/shystruk/cors-node-server/badge.svg?targetFile=package.json)](https://snyk.io/test/github/shystruk/cors-node-server?targetFile=package.json)
[![Build Status](https://travis-ci.org/shystruk/cors-node-server.svg?branch=master)](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)