UNPKG

1.57 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/chriso/validator.js ).
10
11- [Upgrade notice](#upgrade-notice)
12- [Installation](#installation)
13- [Documentation](#documentation)
14- [Changelog](#changelog)
15- [License](#license)
16
17## Upgrade notice
18If you're arriving here as a express-validator v3 user after upgrading to v4+, please check the [upgrade guide](UPGRADE_GUIDE.md) in order to find out what's different!
19
20**Also please note that, starting with v5.0.0, no new features will be accepted into the legacy API. Only bug fixes will be made.**
21
22## Installation
23```
24npm install express-validator
25```
26
27Also make sure that you have Node.js 6 or newer in order to use it.
28
29## Documentation
30Please refer to the documentation website on https://express-validator.github.io.
31
32## Changelog
33
34Check the [GitHub Releases page](https://github.com/express-validator/express-validator/releases).
35
36## License
37
38MIT License