Skip to content

Commit c0d78ef

Browse files
SenthilBalajiSenthilBalaji
authored andcommitted
added logo image and road map
1 parent e790b5f commit c0d78ef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

readme.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44

55
An [express.js]( https://github.com/visionmedia/express ) middleware for input validation.
66

7+
![logo-image](https://lh3.googleusercontent.com/-Tlf06DHQyqs/XDtJJ2TIOsI/AAAAAAAACFQ/EKOKyYdYIJ4xDIE6XIykFni01ox2AEolACL0BGAYYCw/h128/2019-01-13.png)
8+
9+
Securing your `API`s by validating the inputs.
10+
11+
712
express-input-validation is simple yet powerful node module that makes your API robust and discard any request with invalid input.
813

914
- [Installation](#installation)
1015
- [Features](#features)
1116
- [Examples](#examples)
17+
- [RoadMap](#roadmap)
1218
- [License](#license)
1319

1420
## Installation
@@ -47,6 +53,10 @@ In rules array the above one can be one of the objects, here I've showed a custo
4753
- a rule without a `validation_function` is considered to be only `required` field, i.e., `express-input-validation` only checks if there is a field in specified `from` key in the object.
4854
- for more examples
4955

56+
# Roadmap
57+
58+
![Raodmap](https://lh3.googleusercontent.com/-FjSo_oAplUg/XDtIqBkPS6I/AAAAAAAACFA/GuN3X8cjj30TsN5hF10XAfpJ_6TwHZRqACLcBGAs/s0/Screen%2BShot%2B2019-01-13%2Bat%2B7.46.36%2BPM.png)
59+
5060
## License
5161

52-
MIT License
62+
MIT License

0 commit comments

Comments
 (0)