Skip to content

Commit

Permalink
Merge branch 'master' of github.com:grofit/treacherous
Browse files Browse the repository at this point in the history
  • Loading branch information
grofit committed Jun 29, 2016
2 parents 61afb3d + d476b86 commit d61f346
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Treacherous

[![Build Status](https://travis-ci.org/grofit/treacherous.svg?branch=master)](https://travis-ci.org/grofit/treacherous)
[![Join the chat at https://gitter.im/grofit/treacherous](https://badges.gitter.im/grofit/treacherous.svg)](https://gitter.im/grofit/treacherous?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)


A modern async validation system to be used on the server or in the browser as well as with or without
view frameworks.

[![Build Status][build-status-image]][build-status-url]
[![Npm Version][npm-version-image]][npm-version-url]
[![Npm Downloads][npm-downloads-image]][npm-version-url]
[![Join Gitter Chat][gitter-image]][gitter-url]

It is an attempt to bring some consistency to validation in the javascript world you can write your
validation rules in a single way a single time and re-use it anywhere you want without worrying about
each framework/platforms many different validation paradigms or libraries.
Expand Down Expand Up @@ -206,3 +207,11 @@ letting you re-use more of your code base in a more consistent way.
Ultimately each framework tends to have it's own validation system, but with Treacherous you
can write your validation rules once, and consume them anywhere (that has a compatible binding layer).
[build-status-image]: https://travis-ci.org/grofit/treacherous.svg
[build-status-url]: https://travis-ci.org/grofit/treacherous
[gitter-image]: https://badges.gitter.im/grofit/treacherous.svg
[gitter-url]: https://gitter.im/grofit/treacherous
[npm-version-image]: https://badge.fury.io/js/treacherous.svg
[npm-version-url]: https://www.npmjs.com/package/treacherous
[npm-downloads-image]: https://img.shields.io/npm/dm/treacherous.svg?maxAge=2592000

0 comments on commit d61f346

Please sign in to comment.