Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/express-validator/express-validator
An express.js middleware for validator.js.
https://github.com/express-validator/express-validator
express expressjs javascript nodejs validation validator
Last synced: 11 days ago
JSON representation
An express.js middleware for validator.js.
- Host: GitHub
- URL: https://github.com/express-validator/express-validator
- Owner: express-validator
- License: mit
- Created: 2011-10-05T09:32:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T04:57:00.000Z (7 months ago)
- Last Synced: 2024-04-13T21:53:16.362Z (7 months ago)
- Topics: express, expressjs, javascript, nodejs, validation, validator
- Language: TypeScript
- Homepage: https://express-validator.github.io
- Size: 5.74 MB
- Stars: 6,056
- Watchers: 66
- Forks: 606
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - express-validator - validator | 5932 | (TypeScript)
- awesome-express - express-validator - express-validator is a set of express.js middlewares that wraps validator.js validator and sanitizer functions. (Middleware)
README
# express-validator
[![npm version](https://img.shields.io/npm/v/express-validator.svg)](https://www.npmjs.com/package/express-validator)
[![Build status](https://github.com/express-validator/express-validator/actions/workflows/ci.yml/badge.svg)](https://github.com/express-validator/express-validator/actions/workflows/ci.yml)
[![Coverage Status](https://img.shields.io/coveralls/express-validator/express-validator.svg)](https://coveralls.io/github/express-validator/express-validator?branch=master)An [express.js](https://github.com/visionmedia/express) middleware for
[validator](https://github.com/validatorjs/validator.js).- [Installation](#installation)
- [Documentation](#documentation)
- [Changelog](#changelog)
- [License](#license)## Installation
```
npm install express-validator
```Also make sure that you have Node.js 14 or newer in order to use it.
## Documentation
Please refer to the documentation website on https://express-validator.github.io.
## Changelog
Check the [GitHub Releases page](https://github.com/express-validator/express-validator/releases).
## License
MIT License