is.js Package for Meteor

×

Error message

  • Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in _menu_load_objects() (line 579 of /home/hb5.co/public_html/includes/menu.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home/hb5.co/public_html/includes/common.inc).

hb5 is excited to announce a Meteor package for the [is.js - micro check library](http://arasatasaygin.github.io/is.js). is.js is a fantastic tool for checking types, regexps, environment, time, and much more.

When [Bayo Fodeke](https://twitter.com/bayofodeke) dropped the link for is.js in Slack. I thought it would make a nice Meteor package. I have really been itching to learn more about making packages and publishing them to [atmospherejs.com](http://atmospherejs.com). This seemed like a great way to accomplish that goal, along with making it super simple to add is.js to our projects.

## Installation
* [Package link](https://atmospherejs.com/hb5/meteor-is.js)
* `meteor add hb5:meteor-is.js`

## Usage
* Call is.js checks as documented [here](https://github.com/arasatasaygin/is.js)
* is.js works on client and server!