/meteor-cheeriowrap

Simple wrapper for Matthew Mueller's NPM module, Cheerio -- JQuery on the server.

Primary LanguageJavaScript

Meteor Wrapper for Cheerio NPM Module

For documentation, see the Cheerio Repo.

This exposes cheerio in a global scope. Your typical syntax in Meteor will look something like:

var $ = cheerio.load(Meteor.http.get(www.google.com).content);

Don't include the require ala the Cheerio docs, Meteor doesn't like it...