jagi:astronomy-validators

v1.0.0-rc.2Published 11 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

Validators module for Meteor Astronomy

The validators module introduces a nice way of checking fields values' validity. For instance, we can check whether the given field's value is an email string or matches a regular expression. You can also write your own validators. You can add it to your Meteor project using the following command.

A detailed information about module can be found on this Wiki page.