Steve Workman's Blog

Tagged “Node.js”

Installing JSDom on Windows

If you've ever wanted to scrape a web page and extract some information using Node.js, there's a really useful module called JSDom that parses a document and gives you a DOM that you can then manipulate with YUI or jQuery.

Read on...