node.js html5 microdata parser
npm install node-microdata-parsernode-microdata-parser
=====================
node.js html5 microdata parser
##Usage
Simple as it can get
javascript
microdata.parseUrl('http://www.yelp.com/biz/art-of-the-table-seattle#query:gourmet%20dinner', function(err, items) {
console.log('found', items);
});
``