0.2.2 • Published 5 years ago

winecraft-os-express-middleware v0.2.2

Weekly downloads
2
License
MIT
Repository
bitbucket
Last release
5 years ago

Winecraft Express Middleware

Table of Contents

Installation

General Setup

$ npm install

Usage

This package is a collection of middlwares for Express serverless apps on AWS.

const express = require('express');
const AppMiddleware = require('winecraft-os-express-middleware');
/**
 * Instantiate the App
 */
const app = express();
/**
 * Adds CORS headers to all responses
 */
app.use(AppMiddleware.corsHeaders);

Versioning

This project uses semantic versioning - https://semver.org/

To create a new version run the following command

$ npm version {major|minor|patch}

Support

Adam Synnott adam.synnott@winecraft.com

Contributing

Please contribute using Github Flow.

0.2.2

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago