jqdom

0.0.5 • Public • Published

jqdom

Example Usage:

var jqdom = require("jqdom"),
    request = require("request");
 
request("http://google.com", function(err, res, body){
  // instantiate a new jQuery instance:
  var $ = jqdom(body);
  // now you can use the jQuery API as you would in the browser:
  console.log($('title').text());
});

Readme

Keywords

Package Sidebar

Install

npm i jqdom

Weekly Downloads

7

Version

0.0.5

License

ISC

Last publish

Collaborators

  • jpstevens