Skip to content

saary/node-microdata-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A node html5 microdata parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published