ezyreqparamhelperjs
v1.0.1
Published
A Node JS Helper Module for processing and working with Query Request Parameters in API or similar projects. Includes helper functions to retrieve the parameter, and perform type validation.
Downloads
9
Readme
EzyReqParamHelperJS
A Node JS Helper Module for processing and working with Request Parameters
usage
To use this package in other packages
Clone this project to your development machine
From this projects folder run
npm link
- Navigate to your other project and run
npm link EzyReqParamHelperJs
You can then use this package as you would any public package var EzyReqParamHelperJs = require('EzyReqParamHelperJs');
Reference
The project was built using these resources: