@switchless-io/util

3.3.0 • Public • Published

Modules

@switchless/util

Helper and middleware function for node and express based apps.

helper
middleware

@switchless/util

Helper and middleware function for node and express based apps.

Example
Installation

npm install @switchless-io/util

Usage

const switchlessUtil = require('@switchless/util')

helper

switchlessUtil.helper.formatNumber(number, number_format, precision) ⇒ string

number - the number to be formatted number_format - what format do you want the number to be formatted in. precision - if the number has decimals, then what precision do you want to show

egs of number format

  • indian_thousand
  • indian_lakh
  • indian_crore
  • us_thousand
  • us_million
  • us_billion

precision - takes in any integer. Most commonly used - 1 or 2

Kind: static method of helper

Param Type
number *
number_format *
precision *

switchlessUtil.helper.logger(level) ⇒ object

Kind: static method of helper

Param Type
level string

middleware

switchlessUtil.middleware.requestLogger(req, res, next) ⇒ callback

Kind: static method of middleware

Param Type
req *
res *
next *

switchlessUtil.middleware.JWTAuth(secret) ⇒ function

Kind: static method of middleware

Param Type
secret *

switchlessUtil.middleware.sanitizeHTML(req, res, next) ⇒ callback

Kind: static method of middleware

Param Type
req *
res *
next *

switchlessUtil.middleware.rateLimit(redis_host) ⇒ function

Kind: static method of middleware

Param Type
redis_host string

Readme

Keywords

none

Package Sidebar

Install

npm i @switchless-io/util

Weekly Downloads

7

Version

3.3.0

License

MIT

Unpacked Size

14.8 kB

Total Files

6

Last publish

Collaborators

  • alexjv89
  • aptro