From 6cf638e66f1eeec822e362488b4a5b456fa1ce8c Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 25 Jul 2014 23:49:51 +0200 Subject: [PATCH] Add Data validation section closes #36 --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index e896538..8d0bad8 100644 --- a/readme.md +++ b/readme.md @@ -23,6 +23,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Date](#date) - [Image](#image) - [Text](#text) +- [Math](#math) +- [Data validation](#data-validation) - [Parsing](#parsing) - [Humanize](#humanize) - [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. +### Data validation + +- [joi](https://github.com/spumko/joi) - Object schema description language and validator for JavaScript objects. + + ### Parsing - [css](https://github.com/reworkcss/css) - CSS parser / stringifier.