UNPKG

1.22 kBMarkdownView Raw
1# express-validator
2
3[![npm version](https://img.shields.io/npm/v/express-validator.svg)](https://www.npmjs.com/package/express-validator)
4[![Build Status](https://img.shields.io/travis/express-validator/express-validator.svg)](http://travis-ci.org/express-validator/express-validator)
5[![Dependency Status](https://img.shields.io/david/express-validator/express-validator.svg)](https://david-dm.org/express-validator/express-validator)
6[![Coverage Status](https://img.shields.io/coveralls/express-validator/express-validator.svg)](https://coveralls.io/github/express-validator/express-validator?branch=master)
7
8An [express.js](https://github.com/visionmedia/express) middleware for
9[validator](https://github.com/validatorjs/validator.js).
10
11- [Installation](#installation)
12- [Documentation](#documentation)
13- [Changelog](#changelog)
14- [License](#license)
15
16## Installation
17
18```
19npm install express-validator
20```
21
22Also make sure that you have Node.js 8 or newer in order to use it.
23
24## Documentation
25
26Please refer to the documentation website on https://express-validator.github.io.
27
28## Changelog
29
30Check the [GitHub Releases page](https://github.com/express-validator/express-validator/releases).
31
32## License
33
34MIT License