Skip to content

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

Notifications You must be signed in to change notification settings

peerlibrary/meteor-cheerio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Wrapper for Cheerio NPM Module

Deprication Incoming

It's now best to use the npm package available on Atmosphere to use NPM modules in your Meteor project. This package as well as many other NPM wrapper packages on Atmosphere were created when a wrapper was needed to easily install NPM modules. It can be found here, meteor-npm.

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...

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published