RSSAmplifier

Steve Workman's Blog · Mar 16, 2012

Installing JSDom on Windows

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

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. This all works really well... on Linux and OS X. On Windows, Node.js can't run pre-built native Node.js libraries, so it has to be build by the NPM build service. This is all…

Read on steveworkman.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.