Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 7.86 KB

README.md

File metadata and controls

89 lines (66 loc) · 7.86 KB

nodejs-modules

Dependency Status devDependency Status CircleCI

Shared modules used for node.js applications developed by Salsita.

  • errors - Commonly used error classes

    NPM version Downloads Licence Dependency Status devDependency Status

  • koa-error-middleware - Top level middleware for catching and displaying errors

    NPM version Downloads Licence Dependency Status devDependency Status

  • koa-force-ssl - Middleware and server used to redirect user to secure connection on production

    NPM version Downloads Licence Dependency Status devDependency Status

  • koa-joi-middleware - Middleware used on routes to validate input

    NPM version Downloads Licence Dependency Status devDependency Status

  • koa-jwt-auth - Configures authentication middleware

    NPM version Downloads Licence Dependency Status devDependency Status

  • koa-server - Function to create and configure typical koa server

    NPM version Downloads Licence Dependency Status devDependency Status

  • lock - Function to create lock/mutex function

    NPM version Downloads Licence Dependency Status devDependency Status

  • log - Default function to logging to console

    NPM version Downloads Licence Dependency Status devDependency Status

  • prune-values - Removes keys with undefined values from object

    NPM version Downloads Licence Dependency Status devDependency Status

  • psql - Functions and utilities for wrapping postgres DB connection

    NPM version Downloads Licence Dependency Status devDependency Status

See nodejs-training repo for usage.