1.1.0 • Published 3 years ago

thiradus-cors-middleware v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

Thiradus Dark Banner

CodeFactor Depfu Downloads MIT License

Overview

A simplistic yet effective Cross-Origin Resource Sharing Express.js Middleware.

Installation

npm install thiradus-cors-middleware --save

Usage

Example

const cors = require('thiradus-cors-middleware');
const express = require('express');

const app = express();

app.use(cors);

License

This repository is licensed under the MIT License © 2015-2020 Thiradus