Add Data validation section

closes #36
This commit is contained in:
Luigi Pinca
2014-07-25 23:49:51 +02:00
committed by Sindre Sorhus
parent 44f9932fe3
commit 6cf638e66f

View File

@@ -23,6 +23,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [Date](#date) - [Date](#date)
- [Image](#image) - [Image](#image)
- [Text](#text) - [Text](#text)
- [Math](#math)
- [Data validation](#data-validation)
- [Parsing](#parsing) - [Parsing](#parsing)
- [Humanize](#humanize) - [Humanize](#humanize)
- [Compression](#compression) - [Compression](#compression)
@@ -196,6 +198,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [mathjs](https://github.com/josdejong/mathjs) - An extensive math library for JavaScript and Node.js. - [mathjs](https://github.com/josdejong/mathjs) - An extensive math library for JavaScript and Node.js.
### Data validation
- [joi](https://github.com/spumko/joi) - Object schema description language and validator for JavaScript objects.
### Parsing ### Parsing
- [css](https://github.com/reworkcss/css) - CSS parser / stringifier. - [css](https://github.com/reworkcss/css) - CSS parser / stringifier.