Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 326 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 326 Bytes

node-microdata-parser

node.js html5 microdata parser

##Usage

Simple as it can get

Example - parsing a yelp page

microdata.parseUrl('http://www.yelp.com/biz/art-of-the-table-seattle#query:gourmet%20dinner', function(err, items) {
  console.log('found', items);
});

##License MIT